Hi.
I know that UIApplication#keyWindow is deprecated since iOS/iPadOS 13.0.
But now (iOS/iPadOS 16.5), UIWindow#isKeyWindow and didBecomeKeyNotification seem deprecated, too. isKeyWindow is always true and didBecomeKeyNotification is never triggered.
Is my understanding right? And if so, since what version of iOS/iPadOS are they deprecated?