Xcode 5 - “No application records were found” when trying to Validate an Archive

后端 未结 5 662
长情又很酷
长情又很酷 2020-12-09 16:59

Hi Folks: Just a person (not a company) trying to submit an app, developed with Xcode 5 to the App Store.

Developer.apple.com > IOS Dev Center > iTunes Connect

相关标签:
5条回答
  • 2020-12-09 17:40

    As per new structure of apple deployment , go to itunesconnect > My apps > Select app > select Features in menu bar > Go to encryption at left side menu.

    Choose the appropriate option , here you the site will instruct you to put one option in info.plist as per your selection.

    Just follow that steps , and you are good to go.

    0 讨论(0)
  • 2020-12-09 17:54

    I faced same issue while I was updating my old application in iTunes Connect. I resolved that by putting some work by gone through some posts on web. We have one application in live store with one bundle id (com.sample.AppOne). We need to update the app to next version.

    Then I gave bundle id as (com.sample.AppNine) which does not match with the bundle in iTunes Connect earlier. So while updating the app in iTunes Connect we should give same bundle id which we gave for old version.This solved my issue.

    0 讨论(0)
  • 2020-12-09 17:59

    As you already mentioned and as per the documentation - App Distribution Guide

    Important: You can’t validate your app unless the app record in iTunes Connect is in the “Waiting for Upload” or later state

    After you add a new app in iTunes connect there will be an amber light along with its status. It will most likely read "Prepare For Upload". To get it to the "Waiting For Upload" state click view details for the app and in the top right there should be a blue button that says "Ready to Upload Binary". Click this and follow the given directions.

    0 讨论(0)
  • 2020-12-09 18:03

    Go to itunes connect. Click on your app. Click More. Click About this App. Select your bundle identifier. Now go back and validate the app again. It should be fine.

    0 讨论(0)
  • 2020-12-09 18:03

    Just had the same problem. When in iTunes Connect, select your app, click edit information and on the bottom of the page it has a button (Ready to upload binary) click that, follow through the process and then XCode will find the pending application

    0 讨论(0)
提交回复
热议问题