SyntaxFix
Write A Post
Hire A Developer
Questions
iPad Multitasking support requires all the orientations but your app does not, so you need to opt out of it, just add the UIRequiresFullScreen key to your Xcode project’s Info.plist file and apply the Boolean value YES.
UIRequiresFullScreen
Info.plist
YES