当前位置 : 主页 > 手机开发 > ios >

iOS上架Guideline 5.1.1 - Legal - Privacy问题解答

来源:互联网 收集:自由互联 发布时间:2021-06-11
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

 

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 APP上架被拒重新提交审核教程

网友评论