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

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

应用程序顺利通过验证。

到底发生了什么事?


当前回答

我正面临着这个问题。当我在Chrome浏览器而不是Safari浏览器中登录iTunes Connect时,问题解决了。我的应用程序已经处于处理状态。

其他回答

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

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

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

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

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

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”变为可用。