My question is: how do I find more information about "Core Data with iCloud" without finding too much "iCloud Cord Data"?
These two things are named very similarly, which makes it very hard to find information about one without also finding the other.
When I say "iCloud Core Data", I am referring to the functionality that has been recently deprecated in iOS10. "iCloud Core Data" involved Core Data stores with ubiquity options, which meant that individual records updates were synchronized using iCloud across various devices.
When I say "Core Data with iCloud", I mean a different functionality that is built on the iCloud Drive service and I believe is based on synchronizing a Core Data store as a whole from device to device. "Cord Data with iCloud" apparently is continuing.
Apple differentiates the two: Only the client Core Data iCloud API symbols are deprecated. Core Data with iCloud is built on top of the iCloud Drive service.
Can anyone help point out some documentation about the newer "Core Data with iCloud" ?