今天打包提交遇到此問題 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即可!
