the CKRecord Class reference says that one can use the encodeSystemFieldsWithCoder method of CKRecord to encode the metadata of the record. But why would I need to do archive this data for what purpose? Can someone provide an example? The metadata is:
- recordID
- recordType
- creationDate
- creatorUserRecordID
- modificationDate
- lastMOdifiedUserRecordID
- recordChangeTage
thanks