Skip to content

Instantly share code, notes, and snippets.

@shameemreza
Last active September 29, 2020 08:16
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 shameemreza/c6faf7b66643a8897a8589e196fa96a4 to your computer and use it in GitHub Desktop.
Save shameemreza/c6faf7b66643a8897a8589e196fa96a4 to your computer and use it in GitHub Desktop.
<key>NSLocationWhenInUseUsageDescription</key>
<string>This app needs access to location when open.</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>This app needs access to location when in the background.</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>This app needs access to location when open and in the background.</string>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment