summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorJason Wray <jason@kulturny.com>2015-09-22 05:53:42 -0400
committerJason Wray <jason@kulturny.com>2015-09-22 05:53:42 -0400
commitd89aa51e0f59b2465dbbe5e56dd7c59ed88b2e86 (patch)
treec320ef2e3e28870a69b4438934cd949b00bb9fc3 /ios
parentfeae692dbaefa51b893528a31139fb8282b3e889 (diff)
downloadqtlocation-mapboxgl-d89aa51e0f59b2465dbbe5e56dd7c59ed88b2e86.tar.gz
[iOS] Give iosapp the option to use `always` location permissions
Useful in testing metrics and background location. Default is still `whenInUse`, user must switch in `Settings.app`.
Diffstat (limited to 'ios')
-rw-r--r--ios/app/app-info.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/ios/app/app-info.plist b/ios/app/app-info.plist
index 665324693f..d497d09e76 100644
--- a/ios/app/app-info.plist
+++ b/ios/app/app-info.plist
@@ -60,5 +60,7 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
+ <key>NSLocationAlwaysUsageDescription</key>
+ <string>The map will ALWAYS display the user&apos;s location.</string>
</dict>
</plist>