<!--
{
  "availability" : [
    "iOS: 26.2.0 -",
    "iPadOS: 26.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "BundleResources",
  "identifier" : "/documentation/BundleResources/Information-Property-List/UIRequiresFullScreenIgnoredStartingWithVersion",
  "metadataVersion" : "0.1.0",
  "role" : "Property List Key",
  "symbol" : {
    "kind" : "Property List Key",
    "modules" : [
      "Bundle Resources"
    ],
    "preciseIdentifier" : "plist:Information_Property_List.UIRequiresFullScreenIgnoredStartingWithVersion"
  },
  "title" : "UIRequiresFullScreenIgnoredStartingWithVersion"
}
-->

# 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`](/documentation/BundleResources/Information-Property-List/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`](/documentation/BundleResources/Information-Property-List/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`](/documentation/BundleResources/Information-Property-List/UIRequiresFullScreen) with a value of `true`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)