Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created December 2, 2022 02:59
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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