Type Table Event iCloudDocEvent Revision 2017.3060 Keywords iCloud, sync, storage, iCloudDocEvent, conflicts See also iCloudDocEvent iCloud.*
If there are document conflicts gathered from iCloud.docConflicts(), this table will contain an entry (table) for each conflict. Each instance will contain the following properties:
Conflicts should be resolved. Here is an example workflow:
Merge the data automatically or ask the user to choose which version to keep. iCloud.docConflictData() can be used to retrieve conflict data.
Write the proper version to the file with iCloud.docWrite().
Resolve and delete conflicted versions with iCloud.docResolve().