Posts

Post not yet marked as solved
6 Replies
A workaround is to not use the UIWindowSceneDelegate API.I had a new iOS 13 project so I had to:1. Remove "Application Scene Manifest" key from Info.plist2. Adjust code to setup UIWindow in the UIApplicationDelegate instead of the UIWindowSceneDelegate.