Oliver
Oliver

Reputation: 23510

iPhone - Changing Bundle identifier : what will happen?

What may happen if I change my app bundle identifier ?

For example, if I go from com.myapps.appname to com.myapps.utilities.appname, or com.myapps.appname.appnameFULL

What may happen for people who have already bought the app ?
What may happen with stored datas ?
...

Upvotes: 0

Views: 569

Answers (1)

coneybeare
coneybeare

Reputation: 33101

You will not be allowed to change it in iTunesConnect so there is no ramification as there is no possible way to do it. If you create a new app with a new bundle id, obviously old users of the other app will not get the updates. See this related question

Upvotes: 3

Related Questions