Is it possible to opt your iPad app out of multitasking on iOS 9

To opt-out (disable) multi-tasking for your application:

Select your TargetGeneral Section → Scroll Down and
check Requires full screen

It gets applied to the plist’s UIRequiresFullScreen key value.

enter image description here

Note: Apps are required to support all screen orientations if it supports multitasking. Otherwise, apps will get the following error on publishing:

Invalid Bundle. iPad Multitasking support requires these orientations: …

Leave a Comment