美文网首页
关于iOS上架

关于iOS上架

作者: 天方夜譚 | 来源:发表于2019-08-06 14:34 被阅读0次

    记录上架iOS APP过程中踩到的坑

    1. 请求权限时未说明用途

    We noticed that your app requests the user’s consent to access their camera and photos but does not clarify the use of the camera and photos in the applicable purpose string.

    Next Steps

    Please revise the relevant purpose string in your app’s Info.plist file to specify why the app is requesting access to the user's camera and photos. You can modify your app's Info.plist file using the property list editor in Xcode.

    To help users understand why your app is requesting access to their personal data, all permission request alerts in your app should specify how your app will use the requested feature.

    Resources

    For additional information and instructions on requesting permission, please review the Requesting Permission section of the iOS Human Interface Guidelines and the Information Property List Key Reference. 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.

    ... WIP

    相关文章

      网友评论

          本文标题:关于iOS上架

          本文链接:https://www.haomeiwen.com/subject/ronidctx.html