My app was just rejected by Apple for Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage. They said:
"One or more purpose strings in the app do not sufficiently explain the use of protected resources. Purpose strings must clearly and completely describe the app's use of data and, in most cases, provide an example of how the data will be used."
In my case it was a notifier that popped up upon installation of the app requesting use of location information. Fair enough, but I don't know how to control the pop up message since it wasn't generated by a notifier in my blocks. It must be from apple itself (it's an iphone)...Here is the pop-up:
So, I need to change the text in the pop up to indicate why the location information is necessary, but I don't know how to change the text (again) since it is not generated within the blocks. Thanks!
PS. I do have notifiers after this one, that I generated using blocks. One is a consent to use the app with a few warmings (one time consent), which apparently was ok. But I also have another which pops up upon installation (after the one above) which again asks for permission to use GPS location. That pops up every time the app is opened (not just installation). So, I'm not sure why the above pop-up, which seems beyond my immediate control, would be an issue since a subsequent notifier that I do control (again) asks for permission to use GPS location with the purpose stated. ?!