Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Replace app on AppStore

Tags:

ios

app-store

I have an app on AppStore that I would like to improve with StoryBoard. I was recomended to build a new app from scratch instead of trying to add storyboard to an old app. So I have done that and now I would like to upload it to the AppStore and replace the old one.

I understand that the bundle identifier and app name must be the same. Do I have to make sure any other stuff is the same?

like image 913
Cub71 Avatar asked Jan 03 '13 15:01

Cub71


1 Answers

Yes, you can do this no problem.

Just make sure to use the same App bundle identifier i.e. com.companyname.appname as in your original app.

Then use the same distribution license that you would normally use.

You have to release the new app as an update to the old app but apart from that you can change anything else.

You also have to make the new version number greater than the current apps version number.

To the users it will look like a normal update but in the background you will have essentially replaced the entire app.

like image 50
Fogmeister Avatar answered Sep 21 '22 13:09

Fogmeister