If anyone can help, I'd greatly appreciate it.
Using: Flash CS6, publishing "AIR 3.7 For iOS"
My question is: why would my app work on MY iPad3 Retina, but not on Apple's iPad3 Retinas that they use during the app review process?
Background: I built an app in 1024x768 stage, using "High" in Publish Settings. I tested the app on an iPad1, iPad2, and the new iPad3 Retina. All work properly. Even on my iPad3 Retina, which has a 2048 resolution size, the imagery in my app stretches to fill the screen. BUT, on Apple's review machines, apparently my app is NOT resizing on THEIR iPad3 Retina devices. See the screen shot that they sent me (note how my app occupies half of the screen area on their devices).
I'm using this code:
stage.scaleMode = StageScaleMode.NO_SCALE;
stage.align = StageAlign.TOP_LEFT;
Can anyone indicate why Apple's iPad3 Retinas are not giving the same results as my iPad3 Retina? Thank you in advance.