I'm new to iCloud integration, I did found some tutorials but I still couldn't get the solution I want.
I found that there are 3 ways of saving the data to the iCloud
1) Key-Value
2) Core-Data
3) UIDocument
I don't really know which is the best option for me. All I want is just save a few NSDictionary to iCloud. Can anyone tell me how can I do that and which option should I use?
Basically I will have 2 to 3 NSDictionary. Each of NSDictionary might be holding about 50+ pairs of data and I wanna save them into iCloud so that other devices can retrieve the same NSDictionary.
Please help.
NSDictionary
(or any customised) objects, you have to use theUIDocument
class. – holexKV
way is useless... – holex