I implemented the plist in my iOS game following this tutorial:
Now I have several questions about plist file in iphone.
My plist file is fine, but my plist file in the project folder is not changed when write data to the plist file. The tutorial said " Find the Data.plist file in ~/Documents and open it in a text editor", but I can't find ~/documents. So where it is? (the changed plist file)
In my plist file, I wrote highscore into it. When I published my game, and update my game later, the plist file is it will be reset to default? In other words it will be overwrite?