UIRequiresFullScreenIgnoredStartingWithVersion
A string value that specifies a system version after which the system ignores the requires full screen key.
Discussion
Use this key only if you’ve already updated your app so that it no longer uses UIRequiresFullScreen in later versions of iOS. Add the key, then specify in which version of iOS you want the system to begin ignoring the UIRequiresFullScreen key. The system ignores the key starting in the version you specify and in later versions of iOS.
The system only uses this key when your information property list also contains UIRequiresFullScreen with a value of true.