Xcode 验证在 iTunes Connect 中找不到应用程序

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/13368256/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 02:05:00  来源:igfitidea点击:

Xcode validate can't find app in iTunes Connect

iosxcodeapp-store

提问by madcitydon

I've added a new app in iTunes Connect whose status is "Prepare for upload" and created the archive for it in Xcode with a distribution provisioning profile that specifies "App Store" as a distribution method. When I try to validate it, I get:

我在 iTunes Connect 中添加了一个状态为“准备上传”的新应用程序,并在 Xcode 中为其创建了存档,并使用分配配置文件指定“App Store”作为分配方法。当我尝试验证它时,我得到:

No application records were found.

Applications must be ready for upload on iTunes Connect before they can be validated or submitted from within Xcode.

没有找到申请记录。

应用程序必须准备好在 iTunes Connect 上上传,然后才能在 Xcode 中进行验证或提交。

I've checked the CFBundleIdentifierin the archive's Info.plistto make sure it matches the one I used in the iTunes Connect record, which it does. Is there anything else besides the bundle identifier that the validation process uses to match the app entry in iTunes Connect?

我已经检查了CFBundleIdentifier档案中的Info.plist,以确保它与我在 iTunes Connect 记录中使用的相匹配,它确实如此。除了验证过程用来匹配 iTunes Connect 中的应用程序条目的包标识符之外,还有其他任何东西吗?

回答by Pedro Vieira

It's because your App is on 'Prepare for Upload' state. You have to change its state to 'Ready to Upload Binary' by clicking the following button on your app page, on itunesconnect. It's on the right corner.
enter image description here

这是因为您的应用程序处于“准备上传”状态。您必须通过单击 itunesconnect 上应用页面上的以下按钮将其状态更改为“准备上传二进制文件”。它在右角。
在此处输入图片说明

And then try again.

然后再试一次。