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?
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
来源:https://stackoverflow.com/questions/32666950/ios-9-app-submission-issue-in-multitasking-require-all-orientation