关于App的更新过程(2019-12-03)

从提交更新版本到通过审核,一共用了大概10天的时间,过程有些曲折,中间包括被Apple拒绝和被自己拒绝,最终可以发布新的版本了。

下图是app的状态历史记录:

关于App的更新过程(2019-12-03)_第1张图片
03.jpeg

被拒绝的原因是:

Guideline 2.5.2 - Performance - Software Requirements

During review, your app installed or launched executable code, which is not permitted on the App Store. Specifically, your app uses the itms-services URL scheme to install an app.

Please note that while educational apps designed to teach, develop, or allow students to test executable code may, in limited circumstances, download code, such code may not be used for other purposes and such apps must make the source code completely viewable and editable by the user.

The next submission of this app may require a longer review time, and this app will not be eligible for an expedited review until this issue is resolved.

Next Steps

  • Review the Software Requirements section of the App Store Review Guidelines.
  • Ensure your app is compliant with all sections of the App Store Review Guidelines and the Terms & Conditions of the Apple Developer Program.
  • Once your app is fully compliant, resubmit your app for review.

Submitting apps designed to mislead or harm customers or evade the review process may result in the termination of your Apple Developer Program account. Review the Terms & Conditions of the Apple Developer Program to learn more about our policies regarding termination.

在网上搜索发现了也有遇到同样问题的开发者,把更新app的代码删除后重新打包,提交审核。期间测试过程中发现了严重的bug,于是重新提交的新的版本。等了几天,今天终于收到了Apple的通知。

02.PNG

进入App Store显示可以发布此版本,如下图所示:

关于App的更新过程(2019-12-03)_第2张图片
01.png

你可能感兴趣的:(关于App的更新过程(2019-12-03))