From a7f06366d2c431bdf34fcfa14314be43ac09987b Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Fri, 25 Aug 2017 18:06:39 -0400 Subject: [ios] Support iOS 11 location usage descriptions --- platform/ios/app/Info.plist | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'platform/ios/app') 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 @@ NSHumanReadableCopyright © 2014–2017 Mapbox NSLocationAlwaysUsageDescription - The map will ALWAYS display the user’s location. + 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. NSLocationWhenInUseUsageDescription - The map will display the user’s location. + The map will display your location. + NSLocationAlwaysAndWhenInUseUsageDescription + 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. UILaunchStoryboardName LaunchScreen UIMainStoryboardFile -- cgit v1.2.1