Hi,
I have NSKeyedArchiver and NSCoder data being persisted (as .txt files) and working great. When I deploy new builds to the iphone, the text files are still present - in other words, they are not being written over.
However, I want to make sure that the text files will persist when an itunes delivered update of my application is made available. I'm assuming yes, but just want to be sure.
Thanks