Don't want to replace the old database when app is updated

后端 未结 3 1731
面向向阳花
面向向阳花 2021-01-03 13:21

In my app I am using sqlite database I don\'t want to replace an existing database when app is updated in app store.

Will it replace with new database? Or will it re

3条回答
  •  春和景丽
    2021-01-03 13:30

    it will replace with new database , because when you create binary for your app it will be build with new database.

    if you want to do it with old database , you have to create build with old database in your app.

提交回复
热议问题