iphone app replace or update?

后端 未结 2 1242
一整个雨季
一整个雨季 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条回答
  •  余生分开走
    2021-01-21 17:22

    You can just update the app, all data in the document directy of the sandbox is not touched when updating and app.

    If you write an new app, then there is no way to get to the data of the old app unless you can grab them from, for example a server.

    If you used CoreData, be sure to copy the original CoreData model to the new app.

提交回复
热议问题