iPad Multitasking and Orientation??

My iPad add (released on 8.2) is only for landscape mode. In XCode 7, I was releasing the lite version (free). Post validation, the submit failed with error TMC-90474 - asking for support for portrait and landscape - reason - iPad multitasking. Does any one has faced this error and any resolutions? The error message is as follows:

"Invalid Bundle - iPad multitasking support requires these orientations:

UIInterfaceOrientationPortrait,UIInterdfaceOrientationPortraitUpsideDown,..."

Answered by junkpile in 60435022

If you support multitasking then you must allow all orientations. If you need to restrict the orientation for some reason then you must opt out of multitasking by adding the UIRequiresFullScreen plist key.

Accepted Answer

If you support multitasking then you must allow all orientations. If you need to restrict the orientation for some reason then you must opt out of multitasking by adding the UIRequiresFullScreen plist key.

Thanks a lot. I do not have Multi tasking enabled. I saw this error 1st time in XC 7. I used the full screen checklist. Worked fine. Thanks.

Very clear details on how to solve this: http://stackoverflow.com/a/32728607/1956540

😀
Now for Apple silicon mac ,
You must need add this ipad multitasking
If you dont want use all orientations in iPad
You cant disable roration with iPad multitasking.
Util now , I dont find way to solve it
So despair
iPad Multitasking and Orientation??
 
 
Q