Skip to content

Commit

Permalink
add ios PrivacyInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
LGro committed Jul 31, 2024
1 parent 2497941 commit 8d4ee52
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
19 changes: 19 additions & 0 deletions ios/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<!-- [1] background_fetch: UserDefaults -->
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>

<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>CA92.1</string>
</array>
</dict>
</array>
</dict>
</plist>
1 change: 0 additions & 1 deletion lib/ui/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ class _CoagulateAppState extends State<CoagulateApp>
WidgetsBinding.instance.addObserver(this);

// Configure background fetch
// TODO: https://github.com/transistorsoft/flutter_background_fetch/blob/master/help/INSTALL-IOS.md
BackgroundFetch.configure(
BackgroundFetchConfig(
minimumFetchInterval: 15,
Expand Down

0 comments on commit 8d4ee52

Please sign in to comment.