This post is from the Activity iPhone Duo UIKit Q&A.
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 ?
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 ?
You are not able to run your app without adopting UIScene on iPhone Duo, it will run and crash when trying to load the first UI. (unless you got a device or simulator with iOS < 27, not sure this is possible)
Your app will run fine but in a boxed layout (supposing you are not planning to adopt SceneDelegate that is required by Xcode 27).