CoreData, CloudKit and user data sync, a few tips
Tips for handling CoreData and CloudKit syncing in iOS apps, including checking user iCloud login status and managing first-run data scenarios.
Tips for handling CoreData and CloudKit syncing in iOS apps, including checking user iCloud login status and managing first-run data scenarios.
Explains why CoreData and CloudKit sync fails in production and provides steps to deploy the CloudKit schema correctly.
Explains how to use CloudKit's public database for hosting app content and managing feature flags, enabling remote updates without app releases.
A guide to implementing multi-user support in tvOS 14 apps, covering automatic user switching, data handling, and CloudKit notifications.
A developer shares strategies for tackling complex programming projects, using a personal app example to illustrate breaking down problems and starting with core functionality.
A technical guide on implementing CloudKit query subscriptions for silent push notifications in iOS/tvOS apps.
A Swift tutorial on saving and reading files from a user's iCloud Drive using FileManager and CloudKit in an iOS app.
A tutorial on building a cross-platform Expense Tracker app for iOS and macOS using SwiftUI, Core Data, and CloudKit for data syncing.
An introductory guide to Apple's CloudKit framework, covering its safety, use cases, and when to use it for syncing data and storing app configuration.