Background processing permission

This commit is contained in:
Anton Tananaev 2025-06-20 20:57:02 -07:00
parent 2a12766cf6
commit 91a7fc0fd2
2 changed files with 14 additions and 5 deletions

View file

@ -30,6 +30,11 @@
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>Location required in background</string>
<key>NSLocationWhenInUseUsageDescription</key>
@ -42,6 +47,7 @@
<array>
<string>location</string>
<string>fetch</string>
<string>processing</string>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
@ -60,10 +66,5 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>