• 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 描述信息   就是提示用户的内容应该写清楚具体用途  

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

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

  • 相关阅读:
    Sql in VBA 之 初识ADO
    Excel读取Word Table元素
    工作表是否已存在函数
    按模板生成工作表
    多层字典对象应用案例分析
    字典的应用
    字典的基本功能
    Dictionary 对象
    File System Object(FSO对象)B
    File System Object(FSO对象)A
  • 原文地址:https://www.cnblogs.com/luffyc/p/9546467.html
Copyright © 2020-2023  润新知