I am using a google maps localization service to help users fill out their user profiles faster. When trying to deploy my app to the iOS store I am asked to add the purpose to info.plist. Is there a way to do this in FF ? If not, I guess I have to download the code and add it myself like this:
<key>NSLocationWhenInUseUsageDescription</key> <string>This app uses your location to help users fill out their user profiles faster.</string>
Do I need to do this any time I upload the app to the store? And are there any resources on how to deploy the app the the iOS store manually? Thanks!!!
Here is the full message by Apple:
iOS App Store: Missing purpose string in Info.plist
Resolved
4
5 replies