Reputation: 3249
I have an iPad application which saves the files in it and i have release it in appstore. Now if the update the app does my previous files in that app gets deleted.
Upvotes: 0
Views: 73
Reputation: 1332
the document folder is not modifyed, so depends of what data you are interested in... I mean, the resource bundle is overwritten, so you can't ADD resources incrementally, but if yousaved some data in Document you'll find them also after update.
Upvotes: 1