iphone app replace or update?

后端 未结 2 1239
一整个雨季
一整个雨季 2021-01-21 16:40

There is an existing iphone app, but its boring. However the same app shall be replaced by another more exiting app, BUT all data stored in each clients app database has to rema

2条回答
  •  -上瘾入骨i
    2021-01-21 17:12

    I am assuming, by replacing, you mean a whole different codebase.

    As long as your Bundle ID for the old boring app and the new exciting app are the same it doesn't matter. The new app is considered as an update.

    If you release the same old boring app with a different Bundle ID, then its considered as a new app, and not as an update.

    So, if you want to make use of the old boring app's data, you have to make sure the BundleID remains unchanged.

提交回复
热议问题