Updating game to new version

Hi,

When people update your game/app in the appstore, will all files from the Documents directory also be deleted?

When starting my app, I check if game.db exists in the documents directory, if not, I copy the database to that directory. In the new update the structure of the database has been changed, so I have to make sure the old one has been deleted.

[import]uid: 50459 topic_id: 29627 reply_id: 329627[/import]

At least for iOS, files in Documents should be preserved during a normal update. However if they delete the app and re-install it then they will loose their stuff in Documents.
[import]uid: 19626 topic_id: 29627 reply_id: 118958[/import]