How to make a dump of the current NSUserDefaults standardUserDefaults state to disk and read back in

Posted by mystify on Stack Overflow See other posts from Stack Overflow or by mystify
Published on 2010-05-27T09:37:42Z Indexed on 2010/05/27 9:41 UTC
Read the original article Hit count: 153

Filed under:
|

I want to have some way of backing up the user defaults to a property list or XML, or some other appropriate file format that can be transfered over the net. How could I get a backup of these so that I can send them to a webserver and retrieve them back to the device and read them in to the user defaults database?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about nsuserdefaults