-
-
Save icebeam7/7c2db0a7c315db4652c95c79a4098559 to your computer and use it in GitHub Desktop.
Keys for location services requests in Info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key> | |
<string>Can we use your location at ALL times?</string> | |
<key>NSLocationWhenInUseUsageDescription</key> | |
<string>Can we use your location ONLY when your app is being used?</string> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment