Comment on Issues with persistent SwiftUI.AppSceneDelegate causing black screen on app launch We aren't defining the SceneDelegate in the Info.plist, we're instead using the application(configurationForConnecting:options:) method on the AppDelegate. Would adding it to the SceneDelegate change how existing sessions are run? UI Frameworks UIKit Sep ’24