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

    Guideline 2.1 - Performance - App Completeness
    We discovered one or more bugs in your app. Specifically, the app was unresponsive when we tapped on Open Alipay. Please review the details below and complete the next steps.

    意思就是点击打开支付宝的时候没有反应,这个网页是在手机未安装支付宝客户端的情况下调用sdk会来到这个h5,解决办法可以是通过[[UIApplication sharedApplication] canOpenURL: [NSURL URLWithString:@"alipay:"]]来判断是否安装了支付宝,没安装则隐藏支付宝登录的按钮

    1

    Guideline 2.1 - Information Needed
    We're looking forward to completing our review of your app. Before we can continue, we need a video that demonstrates the current version in use on a physical iOS device.

    Specifically, since your app declares support for location in the UIBackgroundModes key in your Info.plist, please demonstrate the background location feature(s) while the app is running in the background.

    Keep these requirements in mind as you make your demo video:

    • Only use footage of your app running on a physical iOS device, not on a simulator.
    • Make sure the video clearly documents all relevant app features, services, and user permission requests.
    • You can use a screen recorder to capture footage of your app in use.

    Next Steps

    Create the demo video, add a link to the video in the App Review Information section of your app’s page in App Store Connect, and reply to this message in Resolution Center.

    To add the video link:

    • Sign in to App Store Connect.
    • Click on My Apps.- Select your app.
    • Click on the app version on the left side of the screen.
    • Scroll down to App Review Information.
    • Provide the demo video link and any necessary access details in the Notes section.
    • Click the Save button at the top of the Version Information page.

    Please note that if your app can only be reviewed with a demo video, you’ll need to provide an updated demo video for every app submission.

    解决办法就是按他们的要求录制视频即可,上传到指定位置即可

    Guideline 2.1 - Information Needed
    We’re looking forward to reviewing your app, but we were unable to sign in with the demo account credentials you provided.

    意思就是我们提供的登录账号无法使用,解决方案就是提交一个有效的账号即可

    Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage
    We noticed that after users authenticate their account with Sign in with Apple, they are required to take additional steps before they can access content and features in your app. Specifically:

    • Your app requires two-factor authentication after users use Sign in with Apple.

    Sign in with Apple is designed to be a self-contained, all-in-one login system. With security features like built-in two-factor authentication, you can remove additional sign-up steps so users can focus on your app's content and features.

    意思是我们使用apple id登录的时候还需要绑定手机号,苹果官方的建议是去掉绑定手机号这一步,我们这边必须要手机号,所以只是在绑定手机号的页面对用户进行使用用途的说明,然后重新提交,并向苹果审核团队进一步说明收集手机号的原因

    相关文章

      网友评论

          本文标题:

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