I have an app mixing UIKit and SwiftUI. Right now it’s not yet migrated to SceneDelegate. What will happen when the iPhone Duo is available ? Will the app run, or crash ?
While your app is compiled with an SDK version prior to iOS 27, such as with Xcode 26, it will run in a compatibility mode on iPhone Duo — you can see an example of what that looks like in Prepare your app for iPhone Duo. Once you rebuild with Xcode 27, the scene lifecycle becomes required, and this is not unique to iPhone Duo. Transitioning to the UIKit scene-based life cycle has the information you need to succeed with the migration to the scene-based lifecycle.