1
I’m having trouble recording a Plist in my app. When I test the simulator it works normally, but the device does not save my changes.
I saw on some websites that I have to create my plist in an accessible place for the device, which is not just create in the project folder and exit using. But I didn’t quite understand how to do it.
So the question is how do I already create a Plist with data in the application and allow the user to change it?
And in case anyone can explain to me the concept of that I’m also grateful.
Do I need to enable something for this? When I try to do the reading do not think... read behind the Plist I created in the project...
– David Batista
It worked... I was putting
NSDocumentationDirectory
instead ofNSDocumentDiretory
...– David Batista