简体   繁体   中英

iOS update rejection - location permission modal alert

I have an iOS app on the app store that can:

  • show the user location on a map when the user clicks on a GPS button
  • record a tracking of the user location when the user clicks on a record button

That app passed validation in the past. I recently made an update that changes nothing to the location stuff, and that has been refused because of the message displayed when requesting the location permission to show the user location on a map (so, when the user clicks on the GPS button).

The message was:

MyAppName needs to access your location to show it on the map.

Seemed pretty clear to me, but reading the guidelines I saw that we should not display the app name. So I updated it to:

Your current location will be displayed on the map.

Which is nearly the same as the message of the guidelines . Rejected again. When the user clicks on the GPS button, the app does nothing more than showing the location on the map.

When the user clicks on the record button, a different message is displayed:

Your current location will be used to record a tracking. The setting must be set to "Always Allow" in order to record the tracking even when the app is in the background.

I explained all of that in an answer to the app rejection message and I'm waiting Apple's response. In the mean time, in order to avoid losing even more time, I'd like to know if someone ran into a similar problem, and what message did you display to pass validation?

最后,他们在一条新消息详细解释了两种不同的用例(导致两种不同的权限请求消息)之后,通过了我的应用程序的验证。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM