summaryrefslogtreecommitdiff
path: root/platform/ios/app
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2017-08-25 18:06:39 -0400
committerJason Wray <jason@mapbox.com>2017-08-28 12:15:11 -0400
commita7f06366d2c431bdf34fcfa14314be43ac09987b (patch)
treed9b25c378aea2ac5d5ea7296719c1abf96369e2c /platform/ios/app
parent5cad92cc336768a93875865c6d4abbfe10c13bd1 (diff)
downloadqtlocation-mapboxgl-a7f06366d2c431bdf34fcfa14314be43ac09987b.tar.gz
[ios] Support iOS 11 location usage descriptions
Diffstat (limited to 'platform/ios/app')
-rw-r--r--platform/ios/app/Info.plist6
1 files changed, 4 insertions, 2 deletions
diff --git a/platform/ios/app/Info.plist b/platform/ios/app/Info.plist
index 167e66fa09..a98a8c10c5 100644
--- a/platform/ios/app/Info.plist
+++ b/platform/ios/app/Info.plist
@@ -27,9 +27,11 @@
<key>NSHumanReadableCopyright</key>
<string>© 2014–2017 Mapbox</string>
<key>NSLocationAlwaysUsageDescription</key>
- <string>The map will ALWAYS display the user’s location.</string>
+ <string>The map will display your location. The map may also use your location when it isn’t visible in order to improve OpenStreetMap and Mapbox products.</string>
<key>NSLocationWhenInUseUsageDescription</key>
- <string>The map will display the user’s location.</string>
+ <string>The map will display your location.</string>
+ <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
+ <string>The map will display your location. If you choose Always, the map may also use your location when it isn’t visible in order to improve OpenStreetMap and Mapbox products.</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>