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?
For your first question.
1-> To view your .plist file in XCode , you will have to create and add that in your project through the `xCode.
2- From Apple documentation .
So it will be overwritten every time when you build your project. therefore when user update the game it will be overwritten.