Add <key>NSLocationAlwaysUsageDescription</key>

This commit is contained in:
Igor Kulikov
2021-11-09 14:06:54 +02:00
parent 9a4f5c26be
commit cc47544428
2 changed files with 4 additions and 0 deletions

View File

@@ -47,6 +47,8 @@
<string>describe why your app needs permission for the photo library.</string> <string>describe why your app needs permission for the photo library.</string>
<key>NSLocationWhenInUseUsageDescription</key> <key>NSLocationWhenInUseUsageDescription</key>
<string>This app needs access to location when open.</string> <string>This app needs access to location when open.</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>This app needs access to location when open.</string>
<key>NSAppTransportSecurity</key> <key>NSAppTransportSecurity</key>
<dict> <dict>
<key>NSAllowsArbitraryLoads</key> <key>NSAllowsArbitraryLoads</key>

View File

@@ -47,5 +47,7 @@
<string>describe why your app needs permission for the photo library.</string> <string>describe why your app needs permission for the photo library.</string>
<key>NSLocationWhenInUseUsageDescription</key> <key>NSLocationWhenInUseUsageDescription</key>
<string>This app needs access to location when open.</string> <string>This app needs access to location when open.</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>This app needs access to location when open.</string>
</dict> </dict>
</plist> </plist>