Hi, I'm having trouble reading and writing a plistfile. I found a link here:
http://www.ipodtouchfans.com/forums/showthread.php?t=64679
That explained reading and writing files. But after testing and further investigation it seems like I cannot store files directly in the application bundle, only read files. After viewing a few links I figured out that some people are saving their files in the Documents folder on the iPad/iPhone, but since iOS4 this has been warned against since Documents can be synced to the computer.
So atm, I'm quite confused as to how to write a plistfile. My goal is to store locally a simple plistfile named HighScores.plist with keys 1-10 holding values of the high scores. I'm wondering how to write the file outside the app bundle (and where), how to read from it, and how to determine if it's working or not. As a side note, are these files located outside the app bundle ever deleted?
Thank you.