I mean, the database you ship inside your bundle (the .APP directory) cannot be written. You must make a copy to a writeable directory on your application sandbox (/Documents). So, in fact when you update the app, only the Bundle will replace the older one, the previous work database is in the Documents directory. You need then to compare them and act appropriately
|