Is there an existing feature request for this?
Operating System
iOS
Pain
This plugin currently relies on legacy UIApplication APIs to access the window (code here). With Apple's mandatory adoption of the UIScene lifecycle in iOS 27, these legacy patterns will result in unexpected behavior since AppDelegate.window would be nil.
Suggested solution
For detailed instructions, please see the official UIScene adoption guide for plugins.
Useful resources
No response
Additional information
No response
Self grab
Is there an existing feature request for this?
Operating System
iOS
Pain
This plugin currently relies on legacy UIApplication APIs to access the window (code here). With Apple's mandatory adoption of the UIScene lifecycle in iOS 27, these legacy patterns will result in unexpected behavior since AppDelegate.window would be nil.
Suggested solution
For detailed instructions, please see the official UIScene adoption guide for plugins.
Useful resources
No response
Additional information
No response
Self grab