iOS 选项在版本或平台 (iTunes Connect) 中被禁用
我使用 xcode 将我的应用上传到 App Store.我可以在 iTunes Connect 上的现有应用程序中看到我的构建.但是,当我想使用+ 版本或平台"选项添加构建时,它会显示一个禁用的 iOS 按钮:
I uploaded my app to the App Store using xcode. I can see my build in my existing app on iTunes connect. However when I want to add the build using the "+ Version or platform" option it shows me a disabled iOS button:
我的构建版本是 2.0.
My build version is 2.0.
我收到了一封来自 Apple 的电子邮件,称该应用已完成处理.为什么我不能选择它?
I received an email from Apple stating that the app completed processing. Any reason why I can't select it?
我找到了解决方案.就我而言,我想将应用程序更新到+版本或平台"菜单中未列出的较新版本.可能的原因是之前的构建失败,状态为准备提交".
I found the solution. In my case I wanted to update the app to a newer version which wasn't listed in the "+Version or Platform" menu. The possible reason is that a previous build failed, with the status of "Prepare for Submission".
- 选择在iOS 应用程序"下列为准备提交"的版本.
- 向下滚动,直到看到该提交的构建.
- 删除旧版本并选择正确的新版本.
- 现在向下滚动更多,并将文本字段中提交的版本更改为正确版本的版本号.
这样做之后,我就可以将其提交到 App Store.
After doing that I was able to submit it to the App Store.