iOS上架Guideline 5.1.1 - Legal - Privacy问题解答
Posted appuploader
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iOS上架Guideline 5.1.1 - Legal - Privacy问题解答相关的知识,希望对你有一定的参考价值。
ios上架被拒Guideline 5.1.1条款问题解决步骤!
Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage
We noticed that your app requests the user’s consent to access their camera/microphone but does not clarify the use of this feature in the permission modal alert.
Next Steps
To resolve this issue, please revise the permission modal alert to specify why the app is requesting access to the user‘s camera/microphone.
The permission request alert should specify how your app will use this feature to help users understand why your app is requesting access to their personal data.
意思就是没有对请求的相关权限进行描述,或者描述的不够准确,比如使用到了定位,相册相机,通讯录等权限,要把为什么使用这些权限做下详细描述!
权限描述举例说明
比如一个外卖应用,获取定位后需要展示附近的美食信息。那么,相应的定位权限描述,应当是类似“获取定位信息用于为用户提供附近的美食信息”这样的描述。
而不应当是,“获取用户当前位置信息”这种没有明确描述定位用处的信息。
下面介绍两个常用Windows开发iOS工具的修改权限说明入口及例子!修改后重新打包上传审核!
HBuilderX开发工具修改入口!
打开manifest.json文件
apicloud平台修改入口
以上是关于iOS上架Guideline 5.1.1 - Legal - Privacy问题解答的主要内容,如果未能解决你的问题,请参考以下文章
iOS APPStore审核被拒 Guideline 1.1.6 - Safety - Objectionable Content?
跨平台应用开发进阶(二十六) :忐忑悲壮路,心酸出坑史——记第一次iOS艰辛上架路