iPhone What happens to previous data when app is upgraded to new version

后端 未结 2 847
北恋
北恋 2021-01-01 06:36

I have a query regarding What happens to previous data when app is upgraded to new version .

I have a current application having a local database. The user can modif

2条回答
  •  渐次进展
    2021-01-01 07:29

    The data in ~/Documents and ~/Library/Preferences will be kept. Those in ~/Library – I'm not sure, but I think they will be kept too. Those in your .app folder will be completely replaced, but the user can't change what's in your .app folder anyway.

提交回复
热议问题