My app just was rejected by the gate keepers over at iTunes with the following rejection.
Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage
We noticed that your app requests the user’s consent to access the Location but does not clarify the use of this feature in the permission modal alert.
Please see attached screenshots for details.
Next Steps
To resolve this issue, please revise the permission modal alert to specify why the app is requesting access to the Location.
Resources
To learn more about requesting the user’s permission to access app features, visit the iOS Human Interface Guidelines. You may also want to review the Technical Q&A QA1937: Resolving the Privacy-Sensitive Data App Rejection page for details on how to provide a usage description for permission request alerts.
I'm looking for a way to describe why the app uses Location Services. Looking at the iOS configuration page in Livecode, I don't see an options other then turning off Location Services.
Has anyone run into this before. Couldn't find any post with Location Service Modal Alert search.
As a workaround, you have to edit the plist, and replace the standard msg "This app needs access to user's location" (or whatever it says, I do not remember exactly) with a more descriptive one.
If you have difficulties to edit the plist let me know.
I got a similar message - but this one was for not explaining why my app needed access to the camera.
Seems as if Apple reviewers are not being consistent in regards to this issue - never had the problem before.
I would, however, appreciate some guidance as to how to edit my app's plist.
I tried option-clicking on the app and choosing "show package contents." Doing this, I was able to access the plist and make changes (I tried two times - one time using xCode and one time using a text editor).
However, when I tried to install the app on my device, I get the message:
"The application does not have a valid signature."
I checked to make sure I used the correct development profile - and I did.
Seems like editing the plist breaks the digital signature or some such thing.
I'd be grateful for any advice for how to successfully edit the plist.