Hi I have developed an iPhone app in which I am storing the NSMutableArray into NSUserDefaults. But now I want to sync the same NSMutableArray/NSUserDefaults to iCloud and also I want to retrieve from the iCloud. Does anybody know how to do this. Thanks in advance.
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.
|
|
Use NSUbiquitousKeyValueStore. See Apple's document, Storing Preferences in iCloud |
|||
|
|
|
I needed something similar for my app. I wrote a library that saves to both iCloud and |
|||||
|
|
This link is useful for understand NSUserDefaults sync http://useyourloaf.com/blog/2011/10/24/sync-preference-data-with-icloud.html |
|||
|
|
