I'm working on a libgdx project and using robovm to try and deploy my project on iOS. I've build an ipa using the robovm tool in eclipse.
While submitting the ipa using Application Loader, I get the below error:
Invalid Bundle. iPad Multitasking support requires launch story board in bundle BundleNameHere
Invalid Bundle. iPad Multitasking support requires these orientations: 'UIInterfaceOrientationPortrait, UIInterfaceOrientationPortraitUpsideDown...etc
On doing some research I understand these can be done away with by checking an option in Xcode for Requires Full Screen. However, I am unsure how to handle this in libgdx.
I am assuming that I need to do some additional settings in my libgdx/robovm project that I've missed.
Can anyone point out the required settings, please?
Thanks in advance

