UIRequiresFullScreen Deprecation

I work on a universal app that targets both iPhone and iPad. Our iPad app currently requires full screen. When testing on the latest iPadOS 26 beta, we see the following warning printed to the console:

Update the Info.plist: 1) `UIRequiresFullScreen` will soon be ignored. 2) Support for all orientations will soon be required.

It will take a fair amount of effort to update our app to properly support presentation in a resizable window. We wanted to gauge how urgent this change is. Our testing has shown that iPadOS 26 supports our app in a non-resizable window.

Can someone from Apple provide any guidance as to how soon “soon” is? Will UIRequiresFullScreen be ignored in iPadOS 26? Will support for all orientations be required in iPadOS 26?

Please see Opting-out of window resizing in iPadOS 26 and UIRequiresFullScreen in iPadOS 26 for existing discussions on this topic.

@RickMaddy Neither of those threads address my question

UIRequiresFullScreen Deprecation
 
 
Q