iPad Multitasking support requires these orientations

前端 未结 8 1920
心在旅途
心在旅途 2020-12-07 06:51

I\'m trying to submit my universal iOS 9 apps to Apple (built with Xcode 7 GM) but I receive this error message for the bundle in iTunes Connect, just when I select Subm

相关标签:
8条回答
  • 2020-12-07 07:43

    Go to your project target in Xcode > General > Set "Requires full screen" (under Hide status bar) to true.

    0 讨论(0)
  • 2020-12-07 07:45

    As Michael said check the "Requires Full Screen" checkbox under General > Targets

    and also delete the 'CFBundleIcons-ipad' from the info.plst

    This worked for me

    0 讨论(0)
提交回复
热议问题