Created
July 8, 2020 19:35
-
-
Save mnaruse/86f20ce8bf46a75e2a85c9b8f7ce16c3 to your computer and use it in GitHub Desktop.
WWDC20: What's new in location.
This file contains hidden or 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
// 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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment