when will swiftdata be able to use the CloudKit shared database?
Asked on 07/31/2024
1 search
SwiftData will be able to use the CloudKit shared database as part of its expanded capabilities. This feature is highlighted in the session What’s new in SwiftData, where it is mentioned that SwiftData supports synchronization with CloudKit.
For more detailed information, you can refer to the chapter on CloudKit sync in the session Create a custom data store with SwiftData.

Platforms State of the Union
Discover the newest advancements on Apple platforms.

Customize feature discovery with TipKit
Focused on feature discovery, the TipKit framework makes it easy to display tips in your app. Now you can group tips so features are discovered in the ideal order, make tips reusable with custom tip identifiers, match the look and feel to your app, and sync tips using CloudKit. Learn how you can use the latest advances in TipKit to help people discover everything your app has to offer.

Track model changes with SwiftData history
Reveal the history of your model’s changes with SwiftData! Use the history API to understand when data store changes occurred, and learn how to use this information to build features like remote server sync and out-of-process change handing in your app. We’ll also cover how you can build support for the history API into a custom data store.