Contents

creatorUserRecordID

The ID of the user who creates the record.

Declaration

@NSCopying var creatorUserRecordID: CKRecord.ID? { get }

Discussion

Use this property’s value to retrieve the user record for the user who creates this record. Every user of the app has a unique user record that is empty by default. Apps can add data to the user record on behalf of the user, but don’t store sensitive data in it.

See Also

Accessing the Record’s Metadata