我使用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.

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

其他回答

在使用XCode 7 beta -5时遇到了同样的问题。修正了在存档上传过程中取消勾选“包括位码”复选框的问题:

我昨天遇到了这个问题。我提交了带有各种不同设置的多个构建。最后对我有用的是通过应用程序加载器提交,没有位代码。

我希望这能帮助一些人避免我所经历的头痛。已经24小时了,通过Xcode提交的应用程序都还在“处理”中,通过Application Loader提交的应用程序在大约一个小时内就可用了。

我也遇到过同样的问题,我通过Xcode7上传ipa,它卡了48小时。 我给苹果公司的支持邮寄了很多次,但都行不通 所以我上传了很多次ipa,但没有用 然后我修改了版本号,例如2.2(33)到2.3(1) 这对我很有效。所以试着在你身边,这可能会帮助你。

我也有同样的问题。我试着修改《内部测试员》没有效果。我使用应用程序加载器上传了一个新版本。一旦上传完成,之前的构建从“Processing”变为可用。

寻找包含以下内容的电子邮件:

丢失的信息。plist键-这个应用程序试图访问隐私敏感 没有使用说明的数据。应用程序的信息。Plist必须包含 NSAppleMusicUsageDescription键的字符串值 用户应用程序如何使用这些数据。

其中缺少的键可能是权限范围内的任何一个,甚至可能是您甚至没有使用的东西。这种情况经常出现在react-native应用程序中。

如果您收到这样的电子邮件,请遵循有关信息的建议。Plist键,然后重新提交应用程序。