Before I drive myself crazy, I was wondering if anyone has achieved this on and iPad running iOS:
1. Loading screen/storyboard showing landscape
2. Game showing landscape
3. No autorotation
I seem to be able to get one out of three, but never all of them.
Comments
1. Untick "Portrait" and "Upside down" for iPhone and iPad under "General/Deployment Info"
2. Remove this code from ViewController.m
https://itunes.apple.com/us/app/save-the-martians!/id946430936?mt=8
https://deluxepixel.com
It turns out that although the above technique solves it for the final build, the gideros player gets cropped when you export your project to it the second time. I'm guessing this is because the Gideros player is always actually in portrait (judging by the IP info that comes up which is always in portrait).
this is the difference between player and exported projec behavior.
Player will always be in portrait
exported app behaves differently, so you need to test specifically with that
Likes: totebo