How will I be able to translate location purpose strings? Will it use InfoPlist.strings, or Localizable.strings? I assume that the purpose key will not be shown to the user.
If I have my Info.plist set up as such:
<key>NSLocationTemporaryUsageDescriptionDictionary</key>
<dict>
<key>Purpose1</key>
<string>Purpose1TranslatedPhrase</string>
<key>Purpose2</key>
<string>Purpose2TranslatedPhrase</string>
</dict>
Should my InfoPlistStrings file look like?:
"Purpose1TranslatedPhrase" = "We use your location to do a thing";
"Purpose2TranslatedPhrase" = "We use your location to do something very different";
Thanks
Topic:
App & System Services
SubTopic:
Maps & Location
Tags:
WWDC20
wwdc20-10660
Core Location
Localization