Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS: AppStore wrong version entered, how to fix it? [duplicate]

Tags:

ios

app-store

My Application on AppStore was released with version 1.1
I clicked New Version where I unfortunately, added version 1.0.2 instead of 1.2
Now after Archive was made , i uploaded the binary, it came an error.
How can i revert that version to 1.2 instead of 1.0.2

like image 555
Majid Bashir Avatar asked Sep 07 '25 03:09

Majid Bashir


1 Answers

The version number must be the same in the binary aswell as in itunes connect so the solution is to change either one.

To change it in itunes connect 1. login to your itunes connect account 2. myApps 3. click on the app in question 4. scroll down to general app information 5. make changes enter image description here

To change it in itunes connect

In your project navigator, click on your app name. enter image description here it should be the first thing below this image.

Then you can make your changes on the following page enter image description here

like image 169
adrienMarsden.jpeg Avatar answered Sep 09 '25 20:09

adrienMarsden.jpeg