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

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

应用程序顺利通过验证。

到底发生了什么事?


当前回答

实际上,这是与应用商店有关的问题。我上传了很多版本,这需要时间取决于ipa的大小以及你将其上传到App Store的时间。请使用Application Loader 3.0或更高版本上传构建。

其他回答

我一直有这个问题几天许多上传,似乎工作当我登录苹果的开发者门户上我的电脑(我使用而不是我的Mac查看门户)上传新版本通过我的Mac和登录到门户开发人员在Mac上我用上传出来似乎马上工作之后,猜测苹果真的讨厌Windows或从一个不同的登录电脑是一个问题。

去iTunes Connect中的“资源和帮助”。选择“联系我们”并按照向导操作。我认为除了苹果,没有人能回答这个问题。这是我们过去在类似情况下所做的。

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.

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

用应用程序加载器上传构建版本对我来说很有用。如果您当前的构建卡在Processing中,只需创建一个增加了构建号的新构建,并通过应用程序加载器提交它。

Cocoapods (0.39.0.beta.4)对我来说是一个问题,所以我搬到了迦太基。