deeje / CloudCore

Robust CoreData-CloudKit synchronization: offline editing, relationships, private, shared and public databases, field-level deltas, encrypted values, cacheable assets, and more.
MIT License
157 stars 17 forks source link

refactor pull from public database to use polling #39

Open deeje opened 1 year ago

deeje commented 1 year ago

CloudKit public database support has changed dramatically since the project started. we need to refactor public database sync to use polling rather than the now-deprecated CKFetchNotificationChangesOperation