From d89aa51e0f59b2465dbbe5e56dd7c59ed88b2e86 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Tue, 22 Sep 2015 05:53:42 -0400 Subject: [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`. --- ios/app/app-info.plist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ios') 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 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + NSLocationAlwaysUsageDescription + The map will ALWAYS display the user's location. -- cgit v1.2.1