Xcode 5 - "No Application Records Were Found" When Trying to Validate an Archive

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

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.

No suitable records were found verify your bundle identifier is correct

Just found the Error. I used one capital letter in bundle id. but I have used small letters in Xcode's bundle id. now I changed that as like in the app id. and now I successfully uploaded my app to Appstore Connect.

Xcode error when uploading to App Store: No suitable application records were found

I suspect you should not be calling your app "com.ionicframework.app315125". That looks like a leftover name from an example project.

You need to create a new Bundle Identifier in the Developer portal:

Sample Image

Then choose it when you "Create New App" in iTunesConnect:

Sample Image

For me, I'd pick com.maniac-games.lowdown.



Related Topics



Leave a reply



Submit