Integrating NSPersistentCloudKitContainer is quite easy and works fine when user add data after synchronization is implemented. However, if users already added the same data on different devices and syncing will be enabled on an update, all data are duplicated on all devices.
Is there a ways to set an own identifier for your own data type to prevent duplication?