Elektrine lite

← Feed

@simonbs@mastodon.social

Post #3794813

2026-02-09 18:28 UTC

I’m experimenting with CloudKit’s public database for user-specific data but it makes my brain itch that it’s called “public”. I’m pretty sure I’m using it as intended though. Access is scoped, records are tied to the user’s iCloud account, and nothing is actually truly public. If this holds up, it’s nice. I already sync data in the user’s private database with SwiftData, and this gives me a way to share auxiliary user-bound data with a backend service via CloudKit’s server-to-server support.

Replies (1)