Contents

lastModifiedUserRecordID

The ID of the user who most recently modified the record.

Declaration

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

Discussion

Use this property’s value to retrieve the user record of the user who most recently modified 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