Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mnaruse/c3dcf66a9e81666e190edfd20a2ccab4 to your computer and use it in GitHub Desktop.
Save mnaruse/c3dcf66a9e81666e190edfd20a2ccab4 to your computer and use it in GitHub Desktop.
WWDC20: What's new in location.
// iOS14
// Asking for full accuracy
// Purpose keys in Info.plist
<key>NSLocationTemporaryUsageDesriptionDictionary</key>
<dict>
<key>WantsToNavigate</key>
<string>Your precise location will be used to calculate a route and allow you to use turn-by-turn directions.</string>
<key>TacoFeature</key>
<string>Your precise location will be used to deliver tacos to you.</string>
</dict>
@mnaruse
Copy link
Author

mnaruse commented Jul 8, 2020

first commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment