iOS 9 app Submission issue in MultiTasking require

2019-04-13 07:38发布

问题:

I'm pushing my app to app store using Xcode 7 and my app is universal for iPhone and iPad. But it supports only Portrait and landscape left.

Here's my error:

How to submit the app with the particular orientation such as Portrait and Landscape left only.

Any suggestions to resolve the issue?

回答1:

If you don't want to enable multi-tasking just disable it by adding UIRequiresFullScreen to your info.plist and set the boolean value to YES

Or

Choose your Target->General->Deployment Info->Enable "Requires Full Screen" option

Refer Adopting Multitasking Enhancements on iPad for more info