0

Hello i want to upload my app to the appstore but i am stuck at the validation.

this is the error message:

enter image description here

i renamed the application name in the bundle identifier to upload it as a new app in the App Store.I also created a new app in itunesconnect but nothing helps.

Eray Geveci
  • 1,099
  • 4
  • 17
  • 39

1 Answers1

0

If you update an existing application with a new version you have to keep the same bundle id. In order to upload the app as an entirely new application, you have to "create a new app" in itunes connect, not add a new version to the existing one.

Also when submitting, version of the app in itunesconnect must be the same as the version of the .ipa you upload. In your screenshot is shown that you are uploading version 1.0 but in itunesconnect you have created an app waiting for version 2.0.

Nikos M.
  • 13,685
  • 4
  • 47
  • 61
  • i created the new application but forgot to set it as reday for upload. now the error is gone, but im still getting a version missmatch warning – Eray Geveci Dec 03 '13 at 08:29
  • Check the version in itunesconnect and the version in your projectsettings. They should be the same. – Nikos M. Dec 03 '13 at 10:02
  • the versionnumber in itunes connect was 1 and in xcode 1.0 . that was the warning. thanks for your help – Eray Geveci Dec 03 '13 at 10:30