Greg
Greg

Reputation: 1842

How to get iTunes Connect to recognise a new Bundle ID

I’m having trouble getting iTunes Connect to recognise a new Bundle ID. On the iTunes Connect Developer Help page, in step 4 it says

Bundle ID shows two options: Choose and Xcode: iOS Wildcard AppID - *

This is the step I'm missing. I found no way to enter the app Bundle ID as shown here.

enter image description here

Underneath the text window I clicked the link in Register a new Bundle ID on the Developer Portal which creates the new certificate. I then Build for a Generic iOS Device and when I tried to validate the certificate got this message

iTunes Store operation failed. This bundle is invalid. The value for key CFBundleShortVersionString [1.0] in the Info.plist file must contain a higher version than that of the previously approved version [1.0].

Obviously it is invalid as I never got past step 4 to complete the form for the first app record. I tried logging out of iTunes Connect and logging in again and yes, the certificate was there (highlighted). The form just doesn't recognise it (and yes, I tried the other one).

Has anyone else seen this ?

enter image description here

Upvotes: 2

Views: 681

Answers (1)

Abhishek Kumar Verma
Abhishek Kumar Verma

Reputation: 82

iTunes Store operation failed. This bundle is invalid. The value for key CFBundleShortVersionString [1.0] in the Info.plist file must contain a higher version than that of the previously approved version [1.0].

I had same problem when i submitted my app second build with version number "1.0". In next build, I forgot to change version number from "1.0" to "1.1" and got this error.

I changed my new version to be "1.1" and the submission worked.

Upvotes: 1

Related Questions