美文网首页
关于App的更新过程(2019-12-03)

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

作者: 863cda997e42 | 来源:发表于2019-12-03 10:27 被阅读0次

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

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

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显示可以发布此版本,如下图所示:

01.png

相关文章

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

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

  • 诗 冬

    2019-12-03 冬 寒冷 ...

  • 2019-12-03

    2019-12-03 关于痤疮: 个人整理的祛痘思路: (1)激素诱导的皮脂分泌:控制/抑制油脂分泌是关键,轻度痤...

  • vue 父子组件的生命周期顺序

    一、加载渲染过程 二、子组件更新过程 三、父组件更新过程 四、销毁过程

  • Android 7.0 适配

    转载出处:http://blog.csdn.net/chay_chan 关于 最近在软件的维护和更新过程中,了解到...

  • Android7.0的适配

    关于Android7.0的适配 最近在软件的维护和更新过程中,了解到一些关于Android7.0的适配,在这里和大...

  • React(读书笔记三)

    更新过程 componentWillReceiveProps shouldComponentUpdate comp...

  • Tinker 热更新笔记

    前言:最近接手一个新项目,用到了 tinker 热更新,记录一下使用心得。 00 Tinker 热更新过程 关于热...

  • vue 父子组件的生命周期顺序

    一、渲染加载过程 二、更新过程 三、销毁过程

  • 判断APP系统版本和更新的版本

    需求来源: 在APP迭代更新过程中,有这样的需求,需要比较版本号的大小,然后弹出提示框提示更新. 之前版本号一直是...

网友评论

      本文标题:关于App的更新过程(2019-12-03)

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