I’ve set the “Device Orientation” to “Landscape Left” and “Landscape Right” for both iPhone and iPad in the “General” tab of the app’s settings/deployment info page in XCode 7. I’ve tried a few other things like overriding shouldAutorotate to false. No matter what I’ve tried, the app still rotates when put into a portrait orientation!
I’m out of ideas, so I hope someone has an easy fix for this…
Corona staff - is there an equivalent key/value pair that I can use in the info.plist that corresponds to the orientation->content value in the build.settings file? I haven’t been able to find one yet in my searches.