3

I made iPhone app, now i want to upload this app in Appstore.

When i try to upload archive file from organizer it shows me this error:

: Bundle identifier in my target project is com.Appname

What changes i need to do ?

Please help and thanks in advance.

Krunal
  • 6,440
  • 21
  • 91
  • 155

5 Answers5

3

So it shows that both identifiers are not same,

  • Create new identifier like, com.cmpny.appname

  • Set up again itunes app using this identifier

  • Use this identifier in xcode and create archive
Toseef Khilji
  • 17,192
  • 12
  • 80
  • 121
3

So here's what's happening:

  1. You have previously registered an app ID in iTunes connect which is "waiting for upload," and you've forgotten about it.

  2. You have just made another app which you are trying to validate, but the status in iTunes connect is "prepare for upload."

  3. When you hit "validate", the Organizer shows the old App name as the Application name, where it says "Application:" which you are probably overlooking.

And here's what you need to do:

  1. Go to iTunes connect and change your NEW app's status from prepare to upload, to waiting for upload, by hitting the blue button "ready to upload binary" on the top right corner of the screen.

  2. Go back to the Organizer window and hit "validate." Xcode will now recognize the new app and you won't get the error message you reported above.

Hope this helps. Cheers.

Kaveh Vejdani
  • 224
  • 1
  • 6
1

Your bundle identifier should be com.companyname.appname

Set this identifier in Xcode project settings.

Create App id using this Bundle ID in iTunes connect.

Create a provisioning profile using the new app id. Take a new ipa file using this profile. and try validation.

Make sure that the bundle identifier used in your xcode project target settings and the bundle identifier in app details in iTunes connect should be same.

Note: Please create new app in iTunes with the new bundle identifier.

QCG
  • 2,569
  • 3
  • 20
  • 25
0

Go to iTunes Connect -> Menu More -> About this app and change the Bundle ID and bundle ID Suffix.

ThomasCle
  • 6,792
  • 7
  • 41
  • 81
M0rDoK
  • 122
  • 1
  • 1
  • 8
0

In my case the problem was the lowercase / uppercase bundle ID which was set in the app and in iTunes. Make sure they are the same - change the iTunes one from More->About this app

Deyan Vitanov
  • 695
  • 5
  • 18