My game app works fine on 3rd Gen iPod Touch devices or higher and on iPad, but on a 2nd Gen iPod Touch I have a blank screen after the splash screen (set at 'Launch Images').
It's a landscape app and it has been set-up with the following:
* changing the 'info.plist' file to set the initial interface orientation to landscape rather than portrait.
* altering the 'shouldAutoRotateToInterfaceOrientation' function (in the 'UntitledViewController.m' file) to return YES for landscape mode and NO for portrait mode.
The game is running as I can hear the music and the sound effects but the screen is blank (black). If I rotate the device the screen appears and the app runs normally.
The game is compiled using AppGameKit 1076 (Tier 1) - has anyone else experienced this on 2nd Gen iPod Touch devices and does anyone know how I can fix this so the device doesn't have to be rotated?
It runs fine on all other iOS devices except my 2nd Gen iPod Touch...
Thanks in advance.
E