This plugin currently relies on legacy UIApplication APIs to access the root view controller (code here and here). With Apple's mandatory adoption of the UIScene lifecycle in iOS 27, these legacy patterns will result in unexpected behavior. Please migrate to the new registrar.viewController API to ensure compatibility.
For detailed instructions, please see the official UIScene adoption guide for plugins.
Consider using the provided SKILL designed to identify and refactor these legacy patterns.
This plugin currently relies on legacy UIApplication APIs to access the root view controller (code here and here). With Apple's mandatory adoption of the UIScene lifecycle in iOS 27, these legacy patterns will result in unexpected behavior. Please migrate to the new
registrar.viewControllerAPI to ensure compatibility.For detailed instructions, please see the official UIScene adoption guide for plugins.
Consider using the provided SKILL designed to identify and refactor these legacy patterns.