Post

Replies

Boosts

Views

Activity

Comment on CloudKit public database access changes?
Would it be “bad” to have all users use a single Apple ID as a service to add CloudKit records for unauthenticated users? It would be nice if there existed a way to use other auth providers, such as private/public key pair, passwordless auth, like the shiny demo from WWDC 21. This is a must for apps leveraging all of the amazing things that CloudKit has to offer. Filing a suggestion now.
Nov ’21
Comment on SwiftUI App Protocol and Remote Notifications
When attempting to build a Multiplatform App, for example, the WWDC21 Fruta App, and attempting to add the @UIApplicationDelegateAdapter, there is an error: "UIKit is not available when building for macOS. Consider using #if !os(macOS) to conditionally import this framework." However, this is required in order to add remote notifications, among other features. What do we do to add UI Kit and the necessary UIApplicationDelegateAdapter in a Multiplatform app?
Jun ’21