Unity and iOS 9 – Invalid Bundle. iPad Multitasking support

Just had another problem when trying to uploadĀ our game to iTunes Connect (Beta).

ERROR ITMS-90474: “Invalid Bundle. iPad Multitasking support requires these orientations: ‘ UIInterfaceOrieentationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight’. Found ‘UIInterfaceOrientationLandscapeRight’ in bundle ‘com.domain.app'”

Invalid Bundle
Invalid Bundle
Invalid Bundle
Invalid Bundle

To fix this one you’ll need to add another node to the info.plist file:

[pastacode lang=”” message=”” highlight=”” provider=”manual” manual=”%09%3Ckey%3EUIRequiresFullScreen%3C%2Fkey%3E%0A%09%3Ctrue%2F%3E”/]

Compile it again and it should upload to iTunes Connect just fine.

 

 

 

Join the conversation

7 Comments

  1. How do I do that. I am a newbie sorry. Thie Info.list file isn’t really “a code: as such on my screen. A bit confused, thanks

    1. I believe you don’t need this fix anymore (with the latest Unity version that’s available today).

Leave a comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.