iOS 9 app Submission issue in MultiTasking require

2019-04-13 07:40发布

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:

enter image description here

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

Any suggestions to resolve the issue?

1条回答
乱世女痞
2楼-- · 2019-04-13 08:25

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

Disable Multi-tasking

Refer Adopting Multitasking Enhancements on iPad for more info

查看更多
登录 后发表回答