Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Upload an app's update to the app store !

I have an app that is already existing on the app store ,But now i made its updates means i updated its UI its OS compatibality and other thing that will make help to run on the newer os now i want to put it on as a update to the existing user of the app and if a user have never this application then it will be a fresh application to him,How can i do that .? i was planning to make its plist version 1.2 but i think it will then not replace the app from the app store and for a new user there will be 2 app for the same build. HOw can we do that .......

like image 588
B25Dec Avatar asked Sep 28 '10 08:09

B25Dec


People also ask

How much does it cost to submit an app to the App Store?

Apple App Store Fee - 2020 To publish your app on the Apple App Store, you should get to know that Apple App Store Fee for the users an amount of $99 on an annual basis as a cost to publish apps.


2 Answers

You're over thinking this.

Increment your version number.

Log into iTunes Connect. Click on your application. Click the 'Add Version' button.

Go through the steps to submit your latest build with it's updated version. Once approved new users will be able to download it, and existing users will be able to update to it. There will not be two versions on the app store - just one; your latest.

Apple have thought this through for you ;)

like image 167
dannywartnaby Avatar answered Oct 02 '22 10:10

dannywartnaby


If you update your app on the AppStore the old version is removed once the update is approved. The new version will replace the existing one. Your app will not show up in the AppStore with 2 different versions.

Users who have the old version will see an update. New users will only be able to install the newly added update.

like image 36
ynnckcmprnl Avatar answered Oct 02 '22 09:10

ynnckcmprnl