mentrena / SyncKit

Automatic CloudKit synchronization
https://mentrena.github.io/SyncKit/
MIT License
507 stars 59 forks source link

Can some objects of a certain class in the local database be out of sync? #169

Open Mr-ZNN opened 3 years ago

Mr-ZNN commented 3 years ago

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.

mentrena commented 3 years ago

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.