SyncKit
SyncKit copied to clipboard
Automatic CloudKit synchronization
aka "embedded objects". I take it that this requires special integration to support? It looks like it would require special handling and I don't see reference to it but was...
If I start with a reset dev database/environment in my iCloud Console and created my first CloudKitSynchronizer, it will "lazily" create _some_ record types. Specifically it will create those that...
Hi! I installed SyncKit with SPM and for some reason Xcode complains there is no module. I can see the package under **Target > General > Frameworks, Libraries, and Embedded...
Hi, first of all, thanks for creating this library! I am just starting with it so I might have been done something wrong here. I just tried to -- for...
One of my users reported that the app suddenly began crashing on his iPad whenever he opened it. This happened after he had installed the same app on his iPhone,...
Hi again, I encountered problem: My Core Data model contains a bunch of field of type (optional) URI which translate to `NSManaged public var foo: URL?`. Looking into the CloudKit...
Hi @mentrena, Thank you very much for this amazing library. We are using Realm 10.20.1 + SyncKit 1.3.0. We recently had to change the data type of a column. But...
My project has added widget. Without the need to open the app, the data needs to be updated synchronously when the widget is updated, so I created a synchronizer in...
Are many-to-many relationships on Core Data still unsupported? 🤔
I'm trying to implement an app with sync between iOS and macOS. Now I'm at the pint where a notofication from CloudKit should trigger the sync. On iOS everything works...