作者: 不泯iOS | 来源:发表于2020-12-21 13:48 被阅读0次

    Guideline 2.1 - Information Needed

    We have started your app's review, but we were unable to successfully access all or part of your app.
    Please provide us a demo account to access 用户端.
    In order for us to continue the review, we need to have a way to verify all app features and functionality. Typically this is done by providing a demo account that has access to all features and functionality in your app. It is also acceptable to include a demonstration mode that exhibits your app’s full features and functionality. Note that providing a demo video showing your app in use is not enough for us to continue the review.
    解决方案:
    我们的应用程序分为用户端和司机端,所以苹果要求两个端都要提供账号供他们测试审核

    Guideline 2.5.4 - Performance - Software Requirements
    Your app declares support for location in the UIBackgroundModes key in your Info.plist file but does not have any features that require persistent location. Apps that declare support for location in the UIBackgroundModes key in your Info.plist file must have features that require persistent location.
    解决方案:
    详细说明哪里用到了UIBackgroundModes ,或者如果不影响正常功能就删掉UIBackgroundModes

    Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage
    We noticed that your app requests the user’s consent to access the camera, photos, and location, but doesn’t sufficiently explain the use of the camera, photos, and location in the purpose string.
    To help users make informed decisions about how their data is used, all permission request alerts need to specify how your app will use the requested information.
    Next Steps
    Please revise the relevant purpose string in your app’s Info.plist file to specify why your app needs access to the user's camera, photos, and location.
    You can modify your app's Info.plist file using the property list editor in Xcode.
    ``解决方案:请求相机,照片,定位等权限的时候,更详细的描述使用此权限的用途`
    之前的描述:

    before
    更改之后的描述:
    after

    相关文章

      网友评论

          本文标题:

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