fatbobman / iCloudSyncStatusKit

A Swift library that monitors the iCloud account status and responds to synchronization events when using Core Data with CloudKit.
MIT License
64 stars 0 forks source link

Compatibility for SwiftData with CloudKit #1

Open NiallLDY opened 3 weeks ago

NiallLDY commented 3 weeks ago

I'm considering integrating this package into my project to monitor sync status while using SwiftData with CloudKit. Does it work for SwiftData too? Or is there a similar solution for monitoring the sync status when using SwiftData with CloudKit?

Any insights into compatibility or limitations would be greatly appreciated. Thank you!

fatbobman commented 3 weeks ago

This library should be usable in SwiftData projects, as SwiftData's cloud synchronization mechanism is identical to that of Core Data, and it also provides the same notification mechanism.