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 ?
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 ?
0
According to the documentation
NOTE:
If you must opt out of Slide Over and Split View, do so explicitly by Adding theUIRequiresFullScreen
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 ios xcode
You are not signed in. Login or sign up in order to post.