Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to publish application update on app store? [closed]

I have to publish first update for my publish application. I want to do it right, but have no idea how :( Any help please?

thanks in advance

like image 823
iArezki Avatar asked Jul 26 '12 12:07

iArezki


People also ask

How do I update iPhone apps without App Store?

Step 1: To update any app to the latest version, just go to Settings and select General. Step 2: Choose iPhone storage and select the app you want to update. Step 3: Select Offload app, which will remove the app from your iPhone while retaining all of its data. Step 4: Finally, tap Reinstall.


2 Answers

You do just like you would when creating the application initially. Only difference is that once you have created your new build (with higher version number string in the plist) in Xcode and you are in iTunes Connect, instead of clicking 'Add New Application' in the 'Manage Your Applications' tab, you'll go into the application you are updating and clicking 'Add Version'.

like image 176
WhoaItsAFactorial Avatar answered Sep 16 '22 11:09

WhoaItsAFactorial


You login to iTunes Connect and create a new version of your Application.

It asks you for changes you made in the update.

Then you upload the binary and wait for the review.

Simple as that...

like image 45
MrBr Avatar answered Sep 17 '22 11:09

MrBr