I am developing an application. In it, I want to create an XML file with some data. I want to save the XML file and retrieve it at some other time. Is it possible to save and retrieve an XML file on the iPhone? If so, how?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
You could use NSUserDefaults with some NSDictionaries or NSArrays. It's basically the same stuff. NSUserDefaults writes some NSArrays or NSDictionary to the app folder on your device as an XML (Plist file). The good thing is that it will be persistent during app lauches. Have a look here. |
|||||||
|