Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

I have been thru all the posts on this one and nothing seems to help. No matter what changes I make or anything else I do, I am getting this:

Xcode uploader rejection

Most of the (old) answers seem to revolve around 'changing the applications status to waiting for upload.' However in the new iTunes connect you cannot change the status manually as far as I can see.

Things I have done:

  • Verified the bundle id is correct.
  • Surfed google and stackoverflow until I want to belt out a string of expletives so long that it would likely suck all the air from the current zip code that I am in thereby causing a natural disaster of epic proportions.
  • Verified that my provisioning profile contains the bundle id.
  • Verified and re-verified that everything seems correct.

I am using Xcode 6.3.1.

I know I am missing something somewhere. I have other apps on the appstore, so I am not a complete noob, but this is my first one under the new iTunes connect. I know I am missing something but I am tired of beating my head against this wall, so I was hoping the SO community could help.

like image 926
c0d3p03t Avatar asked Apr 29 '15 13:04

c0d3p03t


People also ask

What should my bundle identifier be?

The ending should be some variant of your app's name for readability. (It can actually be whatever you want, as long as all of your apps have different ones.)

What is the bundle identifier of this app?

In the Apple App Store, the Bundle ID serves as a resource that represents the app's unique identifier that you can register, modify, and delete. It allows you to connect third-party services offered by Apple such as “Health, Apple Pay and In-App Purchases”.


2 Answers

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 ...

like image 188
c0d3p03t Avatar answered Sep 17 '22 05:09

c0d3p03t


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.

like image 37
Francisco Carmona Avatar answered Sep 17 '22 05:09

Francisco Carmona