When publishing my app which contains a location component, I provide the following in the iOS Permissions ‘Location’ field in the App Settings:
“This app uses the phone GPS to record the location of the of the record and uploads it to the server”
Apple rejects the build with the following info:
Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage
We noticed that your app requests the user’s consent to access their location but does not clarify the use of the location in the applicable purpose string.
Next Steps
Please revise the relevant purpose string in your app’s Info.plist file to specify why the app is requesting access to the user’s location. You can modify your app’s Info.plist file using the property list editor in Xcode.
“To help users understand why your app is requesting access to their personal data, all permission request alerts in your app should specify how your app will use the requested feature.”
How can I access, or get the needed information into the Info.plist file and resolve the issue?