iCloud question: CloudKit vs. NSFileManager
Leo
A question for those experienced in iCloud:
I want to implement some very basic iCloud tasks in my apps. Just to sync a few XML files that contain settings presets. So that the users can access their presets from anywhere.
The presets don't have to be kept in sync at any given moment - just updated when the user loads a specific preset.
As far as I understand, there are two ways to implement iCloud: CloudKit and NSFileManager iCloud methods.
It looks to me that NSFileManager is sufficient for what I need.
Is that correct - or should I use CloudKit?
It looks to me that NSFileManager is sufficient for what I need.
Is that correct - or should I use CloudKit?
Thanks for any info!
Leo
Leo