Update the Live app with new Bundle Identifier

410 views Asked by At

I have an application live on App Store(version 1.0). Now i have to provide an update to the same application(version 1.1). But, due to some issue i need to change the bundle identifier of the app. Is it possible to do that? If yes please tell me how to do the same. Or i have to create new App ID.

Thanks in advance..!

2

There are 2 answers

3
Tapas Pal On

Sorry!! you can't do that because when you are going to upload it as a new version so your current bundle identifier must have to match with previous one. Else create a new app Id and upload it as a new app..

0
Jobins John On

You can't change the bundle identifier. The bundle identifier is the key that is used to identify the app. So when you are going to submit an update the same bundle identifier (used for first submission) should be used.

Another option is to go with a separate app submission by creating a new app....

Hope this helps