しめ鯖日記

swift, iPhoneアプリ開発, ruby on rails等のTipsや入門記事書いてます

AppstoreへのアップロードでERROR ITMS-09474: "Invalid Bundle. iPad Multitasking support requires these orientations"と入れた時の対処法

現象

Xcode7.0でAppstoreへのアップロードに出したら下のようなエラーに遭遇。
iPadのiOS9のマルチタスク(画面が分割するやつ)に対応するにはiPadを横向きや逆向きに対応しなければいけないとの事。

f:id:llcc:20150919115003p:plain

iPhone、iPad、および iPod touch のマルチタスク機能について - Apple サポート

対応方法

横画面対応は大変だったのでプロジェクト設定のDeployment InfoRequires full screenにチェックを入れる事で対処しました。

f:id:llcc:20150919115807p:plain

参考URL

ios - iPad Multitasking support requires these orientations - Stack Overflow