2

Image Tag

So I get these errors just when I was uploading the app in appstore. Please click Image Tag if the image does not load.

I would like to know if we can bypass the ipad multitasking support orientation requirements?

Machavity
  • 30,841
  • 27
  • 92
  • 100
Chris Mikkelsen
  • 3,987
  • 9
  • 29
  • 41

1 Answers1

1

iPad Multitasking support requires all the orientations but you can opt it out by below step:

just add UIRequiresFullScreen key in .plist file of project and set the Boolean value YES.

Or

open project .plist file using text editor and below lines:

<key>UIRequiresFullScreen</key>
    <true/>
Ronak Chaniyara
  • 5,335
  • 3
  • 24
  • 51