zoukankan      html  css  js  c++  java
  • ios 审核未通过 相机相册权限问题

    苹果提交审核被打回来  附加的说明如下:

    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.

    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.

    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.

    我们注意到,您的应用程序请求用户同意访问他们的相机,但是没有在许可模式警报中澄清此功能的使用。

    下一步

    为了解决这个问题,请修改许可模式警报以指定应用程序为什么请求访问用户的相机。

    权限请求警报应该指定应用程序如何使用这个特性来帮助用户理解应用程序为什么请求访问他们的个人数据。

    解决方法如下:

    //相册

    Privacy - Photo Library Usage Description   

    //相机

    Privacy - Camera Library Usage Description

    这两个后面的string 描述信息   就是提示用户的内容应该写清楚具体用途  

    如:是否允许用户上传头像时访问你的相机?

    其他权限的询问信息也应该表明用途,这样就可以了

  • 相关阅读:
    学习笔记 线程异步请求过程
    学习笔记 urllib
    学习笔记 requests + BeautifulSoup
    python3 kmp 字符串匹配
    python3:实现字符串的全排列(有重复字符)
    python3:实现字符串的全排列(无重复字符)
    python 贝叶斯算法
    knn算法
    python基础5
    python基础4
  • 原文地址:https://www.cnblogs.com/luffyc/p/9546467.html
Copyright © 2011-2022 走看看