As a part of navigation tech debt work, we want to move to the Scene Delegate API. This work will allow us to support multiple iPad windows in the future. We can set uiapplicationsupportsmultiplescenes property to false in Info.plist so that the app continues to work as before.
Setting this key to true has implications for your code. An app that supports multiple scenes must coordinate operations to prevent scenes from interfering with each other.
Notes for QA
- Regression testing of app launch is needed.
- Regression testing of deep linking (for example, to an article) is needed.
- Regression testing of push notifications is needed.
Related: T229502