OK so... We're published on iTunes and I've been through the build process a good 50 times or so in xcode. We're prepping for the first major update to our app and suddenly it is not filling the screen on the simulators for iOS7.
The info.plist is set for both portrait modes. I even moved SetOrientationAllowed(1,1,0,0) and SetDisplayAspect(-1) to the first two lines of our code.
The thing we've changed with the display is we are no longer using the xcode splash images, but are instead using agk code to show an image.
Does anyone out there know what the issue could be? I read a post from about a year ago that there were troubles with the simulators, but they've been fine for me until now. This is really weird and annoying
We had everything working so well.