I'm having trouble writing a Plist in my app. When I test the simulator it works normally, but the device does not save my changes.
I have seen in some sites that I have to create my plist in an accessible place for the device, which is not just create in the project folder and quit using. But I did not quite understand how to do that.
So the question is how do I create a Plist with data in the application and allow the user to change it?
And if anyone can explain the concept to me, I'm grateful.