Hi,
My question is related to the following three questions.
http://stackoverflow.com/questions/1223696/how-the-application-upgrade-works-in-iphone
http://stackoverflow.com/questions/941479/upgrading-iphone-application-via-itunes
Here are my 2 questions.
Am I supposed to create a "Documents" directory manually on filesystem or create just a "group" in xcode, so that when app is upgraded, data stay persistant?
How I can test the app persistance during the app development on simulator or on IPhone?
Thanks.