我使用Xcode 6.1.1上传了一个新版本的预发布应用到iTunes Connect,这样我就可以把它分发给我的外部测试人员。我之前用同一个应用的两个版本做过这样的操作,效果很好。

但这一次,上传停留在“处理中”状态超过了一周。我又试了一次(同样的版本,新的版本号),现在已经超过24小时没有变化了。

应用程序顺利通过验证。

到底发生了什么事?


当前回答

I had the same problem with one of my apps, which is how I ended up finding this. In my case, I uploaded two of my apps at the same time, using Xcode 7.1. One of the apps passed through processing within an hour. The other one was still in processing almost 24 hours later. To get past this issue, I created a new archive with an incremented build number, and uploaded it using the application loader. I did not turn off bitcode. The version that I uploaded using the application loader took less than 20 minutes to get through processing, and I've been able to submit my app for review. The version I submitted prior to this is still stuck in processing.

至少在我的应用程序的情况下,使用应用程序加载器似乎已经解决了这个问题。

其他回答

我知道现在回答有点晚了,但这是谷歌中出现的第一个链接,上面的解决方案都不适合我。

我有同样的问题,即从应用程序加载器上传构建后,它卡在处理中。这种情况发生了很多次,在我敲了几个小时的头之后,我发现只要我关闭我的Mac上的应用程序加载器,构建状态就改变了:)

我希望这个答案能帮助到很多人。

我尝试着在两天的时间内改变内部测试者选项,尝试着改变应用细节页面上的其他项目,并尝试着上传几个新的二进制文件(使用相同的代码,只是改变了构建号),但都没有效果。我还通过iTunes Connect支持链接联系了苹果;他们不到24小时就回复了,但只是询问更多信息(其中大部分我已经提供了)。

最后,两天后,我上传的第五个版本在正常的几分钟内完成,我终于可以提交应用进行审查了。

I had the same problem with one of my apps, which is how I ended up finding this. In my case, I uploaded two of my apps at the same time, using Xcode 7.1. One of the apps passed through processing within an hour. The other one was still in processing almost 24 hours later. To get past this issue, I created a new archive with an incremented build number, and uploaded it using the application loader. I did not turn off bitcode. The version that I uploaded using the application loader took less than 20 minutes to get through processing, and I've been able to submit my app for review. The version I submitted prior to this is still stuck in processing.

至少在我的应用程序的情况下,使用应用程序加载器似乎已经解决了这个问题。

我也有这个问题,但原因与我在网上看到的完全不同。我意识到我的应用没有与应用商店发布相关的适当的iOS Provisioning配置文件。我只是更改了版本号,验证并重新提交。在15分钟内,新版本就可以作为当前版本添加了。我之前尝试上传的两个版本都还在处理中。

我不知道为什么苹果没有告诉你,有一个不正确的配置文件构建要上传,但这是我的治疗!

我从App Store开发者支持(2016-01-02)那里得到了这条消息:

请注意,构建完全处理可能需要长达24小时 通过我们的系统,成为可供使用的。如果构建没有 在24小时内完成处理,这通常可以通过 再次提交具有更高版本号的版本。

不是什么答案(没有说明为什么要花这么长时间),但这是苹果给我们的答案。