-
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 s…
-
-
There appears to be a scenario where CloudKit syncing causes a crash on startup after reinstalling the app. I suspect that it could be due to some sort of data migration issue, like the version of the…
-
Check guides and tutorials on the [CloudKit framework](https://developer.apple.com/documentation/cloudkit) and its use with [Core Data](https://developer.apple.com/documentation/coredata/mirroring_a_c…
-
Does GarageStorage support CloudKit? If not are you planning on adding this support?
jflow updated
4 years ago
-
Hi. Just wondering if there is any plans to add support for CloudKit? Thank you.
-
Support CloudKit as a storage backend.
-
Via CloudKit or even export profile as OpenVPN / WireGuard file (.ovpn / .conf).
-
The difficult part of this is going to be not having duplicates of the preloaded data.
If CloudKit syncs before data is preloaded, then this shouldn't be too big of an issue, as the data preload will…
-
Unless I'm missing something, it's not possible to limit how frequently the CloudKit extension uploads changes to the server, short of doing everything manually. Is rate-limiting (possibly per-collect…