Search code examples
ioscore-dataicloudnsorderedset

Coredata, NSOrderedSet and iCloud


I have been searching around for information about use of NSOrderedSet with iCloud as my app uses this extensively.

I want to use iCloud as the backup mechanism for my core data app but am getting 'hints' looking around that this mechanism cannot be used with iCloud, but cannot find anything concrete to verify this.

Is this true, even with iOS7?

Thanks


Solution

  • It's still stated in the iCloud Core Data Programming Guide that it's not supported:

    enter image description here