recordIDsForManagedObjectIDs:
Returns a dictionary that contains the CloudKit record IDs for the specified managed object IDs.
Declaration
- (NSDictionary<NSManagedObjectID *,CKRecordID *> *) recordIDsForManagedObjectIDs:(NSArray<NSManagedObjectID *> *) managedObjectIDs;Parameters
- managedObjectIDs:
An array of the managed object IDs.
Return Value
A dictionary that uses managedObjectIDs as its keys, and the CKRecord.ID of each object’s underlying CloudKit record as its values. The dictionary excludes IDs that don’t have a CloudKit record.