简体   繁体   English

iOS更新拒绝-位置权限模式警报

[英]iOS update rejection - location permission modal alert

I have an iOS app on the app store that can: 我在应用商店上有一个iOS应用,可以:

  • show the user location on a map when the user clicks on a GPS button 当用户单击GPS按钮时,在地图上显示用户位置
  • 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). 我最近进行了一次更新,该更新不会对位置信息进行任何更改,并且由于请求位置权限以在地图上显示用户位置时(因此,当用户单击GPS按钮时)显示的消息而被拒绝。

The message was: 消息是:

MyAppName needs to access your location to show it on the map. MyAppName需要访问您的位置才能在地图上显示。

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. 当用户单击GPS按钮时,该应用程序只会在地图上显示位置。

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. 我在对应用程序拒绝消息的答复中解释了所有这些问题,我正在等待Apple的答复。 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? 同时,为了避免浪费更多时间,我想知道是否有人遇到了类似的问题,您显示了什么信息以通过验证?

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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