Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Replace one app by another in App Store

Good afternoon. There is a project, it is published in appstore. A major update is planned - the project will be fully rewritten. Can I replace an existing application in the App Store with a new one to make it look like a normal update for the user? Can I release an update to a new application in the itunes connect replacing only Bundle Id? Thank you

like image 757
UnateD Avatar asked Oct 15 '17 09:10

UnateD


1 Answers

This is the standard procedure of updating an existing app. You might want check Apple's docs: https://developer.apple.com/library/content/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/ReplacingYourAppWithANewVersion.html

There are only 3 important things:

  • Bundle ID: Needs to be exactly the same as you can see in iTunes Connect
  • Version Number: Need to be higher than last in iTunes Connect. Not talking about the "customer-facing" version number but the actual one you can see in the list of builds
  • Build Number: Counter begins with every version.
like image 123
Max Avatar answered Oct 30 '22 01:10

Max