I am working on my first ios app, which is a game running full screen in landscape right orientation only.
The problem is if I am running the game and press the Lock button, then unlock the device, the game appears correctly in landscape mode but then switches for a short time to portrait before returning to landscape. Everythis works ok, it just looks a little messy.
I think I have all of the settings correct. On the General screen I have only Landscape right, hide status bar and requires full screen ticked. In my Info.plist, this is the only supported orientation shown for both iPhone and iPad. In my GameViewController.m I have shouldAutorotate set to NO, and supportedInterfaceOrientations set to UIInterfaceOrientationMaskLandscapeRight.
I would greatly appreciate any help to resolve this. Thanks.