How to disable Multitasking support for iPad/iPhone app

Asked

Viewed 38 times

0

The app is working on your devices, but when you send it to the Apple Store, the following error appears:

Invalid Bundle. iPad Multitasking support requires These Orientations: ...

How can I disable that Multitasking support ?

1 answer

0


According to the documentation

NOTE:
If you must opt out of Slide Over and Split View, do so explicitly by Adding the UIRequiresFullScreen key to your Xcode project’s Info.plist. file and apply the Boolean value YES. You can do this in the Property list editor or in the General > Deployment Info area in the target editor.

I mean, you have to add UIRequiresFullScreen in his Info.plist., to do this just check the checkbox Requires full screen inside Select the Target > General > Deployment Info in your Xcode, as shown in the image below:

Browser other questions tagged

You are not signed in. Login or sign up in order to post.