apple / apple/sample-cloudkit-sharing
Migration to SwiftUI App Lifecycle still not possible under iOS 16
Open
- Dominant language
- Swift
- Stars
- 331
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
Unfortunately the app (an all apps using CloudKit Share) still requires UIKit Lifecycle (AppDelegate and SceneDelegate) and currently cannot be migrated to SwiftUI Lifecycle because there is no implementation for
func windowScene(_ windowScene: UIWindowScene, userDidAcceptCloudKitShareWith cloudKitShareMetadata: CKShare.Metadata)
available for a SwiftUI Lifecycle app.
This means that basic SwiftUI features like SceneStorage are still not available for apps using CloudKit Share.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.