Can some objects of a certain class in the local database be out of sync?
For example:
There is a class Person , Person has an attribute syncable , when syncable is no. This record is not synced to CloudKit.
There's no support for this at the moment, I would recommend storing them in a different Realm or Core Data Store that is not associated to a synchronizer.
Can some objects of a certain class in the local database be out of sync? For example: There is a class Person , Person has an attribute syncable , when syncable is no. This record is not synced to CloudKit.