New iTunes Connect - No suitable application records were found. Verify your bundle identifier

Seems like all I needed to do was to walk away. I hadn't received a response to the question yet, so I decided to refocus on the problem ... solved it within 30 seconds.

Pros

  • I no longer want to punch kittens in the face ;)

Cons

  • I deserve some flamage.

Answer (for me):

Basically, iTunes Connect (http://itunesconnect.apple.com) is the receiver of your App bundle when you use the Xcode Uploader utility (in Observer). So unless you have an App with the same bundle identifier created in the iTunes Connect web dashboard, you'll never be able to upload a build. Creating an App on the dashboard is easy, follow these steps from the iTunes home screen:

  • Click the app in question.
  • Click More ->
  • Then About This App
  • Then change the Bundle ID to the one you created in the provisioning portal.

Hope this helps someone ...


I had same problem. I was logged in with an old user in Application Loader. What I did to solve it was:

  1. Create an user in iTunes Connect.
  2. Login in Application Loader with that user.

Then I could upload a new version of my application with any trouble.

Hope it helps.