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 Target → General Section → Scroll Down and check Requires full screen It gets applied to the plist’s UIRequiresFullScreen key value. 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 … Read more