5***@qq.com
5***@qq.com
  • 发布:2017-12-05 09:56
  • 更新:2017-12-05 10:57
  • 阅读:1886

ios上架被拒

分类:HBuilder

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.

To learn more about requesting the user’s permission to access app features, visit the iOS Human Interface Guidelines.
准则5.1.1 - 法律 - 隐私 - 数据收集和存储

我们注意到您的应用请求用户同意访问该位置,但未在权限模式警报中说明使用此功能。

详情请参阅附件截图。

下一步

要解决此问题,请修改权限模式警报,以指定应用程序请求访问该位置的原因。

要详细了解请求用户访问应用功能的权限,请访问iOS人机界面指南。

我想知道要怎么修改,允许XXX在您使用该应用时访问您的位置吗? location

怎么修改location这个值,

"plistcmds": [

"Set :NSLocationWhenInUseUsageDescription string 获取位置信息用于定位",

"Set :NSLocationAlwaysUsageDescription string 获取位置信息用于定位"

]

在mainfest.json中加了plistcmds了,还是显示的location。

2017-12-05 09:56 负责人:无 分享
已邀请:
wen如故i

wen如故i

确定是plus> apple > plistcmds下的节点吗?我加过之后,(测试证书)打包安装了一下,是可以的。 不过没加string。被拒了两次,今天 两个都上架了,准确来说是一个更新版本,一个上架。
如果不行的话,permissions节点下添加"NSLocationWhenInUseUsageDescription": {
"description": "将使用你的位置提供xxxx信息服务"
},看看提示有没有更改

是要云打包之后安装才能 看到修改的提示。

  • 5***@qq.com (作者)

    感谢回复,刚解决了问题

    2017-12-05 10:56

5***@qq.com

5***@qq.com (作者)

"plistcmds": [
"Set :NSLocationWhenInUseUsageDescription 获取位置信息用于定位",
"Set :NSLocationAlwaysUsageDescription 获取位置信息用于定位",
"Set :NSLocationUsageDescription 获取位置信息用于定位"
]

该问题目前已经被锁定, 无法添加新回复