Post

Replies

Boosts

Views

Activity

Reply to (Swift + CloudKit) or (SwiftUi + Core Data + CloudKit)
https://developer.apple.com/documentation/cloudkit/determining_if_cloudkit_is_right_for_your_app TLDR - CoreData + CK is great for a single user to sync across his devices, it's incredibly easy you can practically ignore the CK part CK only if you want features where the user shares his data with others via his private DB, manage local caches, etc. This is harder.
Jul ’21