Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Mr-ZNN opened this issue Oct 31, 2021 · 1 comment
Open

Comments

@Mr-ZNN
Copy link

Mr-ZNN commented Oct 31, 2021

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
Copy link
Owner

mentrena commented Nov 4, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants