I am currently using local storage in my iOS App. The user data is stored in the Document Directory and now I am planning to use iCloud Documents storage instead.
He
Check this link: iCloud basics and code sample
If the information that you are storing are simple, it's better to use NSUserDefaults. You don't want to ask iCloud for basic information.