ios审核新坑解决,因为需要访问相机权限被拒绝

  • 2018年3月14日 上午2:59

    发件人 Apple

      1. 1.1 Legal: Privacy - Data Collection and Storage

    Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage

    We noticed that your app requests the user’s consent to access their camera 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 user's camera.

    Resources

    To learn more about requesting the user’s permission to access app features, visit the iOS Human Interface Guidelines. You may also want to review the Technical Q&A QA1937: Resolving the Privacy-Sensitive Data App Rejection page for details on how to provide a usage description for permission request alerts.

    • [Screenshot-0313-115845.png]

其实前一个月也遇到了,只不过解决后没有记录下来,而这次又提交一个app,又中招了没长记性,所以记录一下,也免得以后有人跟我一样踩坑。

大概意思就是你的app需要访问用户的相机权限,但是呢你并没有描述清楚为什么要访问,用相机要干什么,我以前的说明是:此App会需要访问您的相机或相册,只要把两个说明改一下就行了,改成:此App会在上传头像图片服务中访问您的相机权限,然后打包提交什么就ok啦!就这么简单没了。

你可能感兴趣的:(ios审核新坑解决,因为需要访问相机权限被拒绝)