I found the following statement on the site TN3187: Migrating to the UIKit scene-based life cycle | Apple Developer Documentation:
"Soon, all UIKit based apps will be required to adopt the scene-based life-cycle, after which your app won’t launch if you don’t. While supporting multiple scenes is encouraged, only adoption of scene life-cycle is required."
In this post, you mentioned that the timing is undecided. https://developer.apple.com/forums/thread/785588
I would like to confirm the following two points additionally.
- Could you please confirm whether the timing when the app will not be able to launch is during an iOS update or at another specific time? This will change our response policy.
- Does "your app won’t launch" mean that already distributed apps will also not be able to launch? Or does it mean that newly developed apps will fail to build or be rejected during app review?