提交AppStore遇见iPad适配问题: Invalid Bundle. iPad Multitasking support requires these orientations
时间:2016-03-03 17:28:35
收藏:0
阅读:1593
今天打包提交遇到此问题 Invalid Bundle. iPad Multitasking support requires these orientations: ‘UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight‘. Found ‘UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown‘ in bundle ‘com.bitscoffee.PhotoMarks.iOS‘.

后来看了看项目:自己是适配的iPad 和iPhone ,并且都是竖屏,需要增加一个属性即可Require full screen
重新提交AppStore即可!
原文:http://www.cnblogs.com/superbobo/p/5239323.html
评论(0)