Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created December 2, 2022 02:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icebeam7/7c2db0a7c315db4652c95c79a4098559 to your computer and use it in GitHub Desktop.
Save icebeam7/7c2db0a7c315db4652c95c79a4098559 to your computer and use it in GitHub Desktop.
Keys for location services requests in Info.plist
<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