I saw a couple threads on this but still cannot make it work. My app is designed for landscape mode only and when I select autorotation for iPad / iPhone in project export settings, it seems to be working fine and autorate to landscape right or landscape left.
The problem is iOS messages - they are still shown in portrait mode. I tried to disable portrait and upsidedown modes leaving only landscape modes in Xcode build settings, but getting this error:
*** Terminating app due to uncaught exception 'UIApplicationInvalidInterfaceOrientation', reason: 'Supported orientations has no common orientation with the application, and shouldAutorotate is returning YES'
is there a way to implement landscape mode properly?
Comments
It seems this issue is related to this thread http://stackoverflow.com/questions/24150359/is-uiscreen-mainscreen-bounds-size-becoming-orientation-dependent-in-ios8
Oh wait, it's Apple.
Nevermind
[rant mode off]
but need to upgrade to really test it
+ turn off all supported device orientation
+ remove all splash screens (use white splash screen).
+ Modify shouldAutorotate
Do you still use autorotate option when you export a project in Gideros Studio?