How the iOS6 decides if the app must be run in letterbox/compatibility mode on iPhone 5?
Is this a build settings parameter (like the “Targeted device family”)?
Or all apps build against the latest SDK MUST support iPhone 5 screen size?
Or the app will be run in letterbox mode is there is not a 1136×640 Default.png splashscreen ?
Or what else?
How the iOS6 decides if the app must be run in letterbox/compatibility mode on
Share
The app will run in letterbox mode if there is no 1136×640 Default.png splashscreen.
The image must be called Default-568h@2x.png (if your splashscreen is Default.png in your Info.plist)