Reputation: 145
I have submitted my first version to appStore but there was some error and so apple team refused that version. Now I have correct my mistakes and want to upload another build version, but when I archived my app and when I want to validate and upload new version it deduces error that says that I already have the version in ItunesConnect and how to delete that version and replace with the new version ?
Upvotes: 3
Views: 372
Reputation: 361
Your project - General - Identify There is your app info. Such as Display Name, Bundle identifier, Version, Build
Change your app's Build Number. In my app, Version is 1.0.2 but Build is 1.0.2.01 so if you want to change your app version and upload it just change the last number of Build number. 1.0.2.01 , 1.0.2.02 , 1.0.2.03 like this.
If you upload final app version then the version of app info will be shown just 1.0.2 (not 1.0.2.01, 1.0.2,02....)
Upvotes: 3
Reputation: 136
1) Change the version and build number from Xcode.
2) Archive and upload to Appstore.
3) Open iTunes Connect
in your case only change the build number and you will find your build in build section when you click on + icon
4) Click + Version or Platform from the left pane.
Follow this :-
Upvotes: 1