Xcode validate can't find app in iTunes Connect

独自空忆成欢 提交于 2019-12-30 17:32:07

问题


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:

No application records were found.

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

I've checked the CFBundleIdentifier in the archive's Info.plist to 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?


回答1:


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.

And then try again.



来源:https://stackoverflow.com/questions/13368256/xcode-validate-cant-find-app-in-itunes-connect

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!