ios - iPhone 5 Optimization Requirement - Launch image really necessary? -


when trying upload binary app store, following response in email:

"iphone 5 optimization requirement - binary not optimized iphone 5. of may 1, new iphone apps , app updates submitted must support 4-inch display on iphone 5. apps must include launch image of appropriate size. learn more iphone 5 support reviewing ios human interface guidelines."

also, status of app "illegal binary".

i've read must include launch image called "default-568h@2x.png". question is: app not intending have launch image @ all. required have launch image now?

yes must include one. not launch image give hint os app's iphone 5 (4" screen) support, launch images in general required:

from apple's interface guidelines

to enhance user’s experience @ app launch, must provide @ least 1 launch image. launch image looks similar first screen app displays. ios displays image instantly when user starts app , until app ready use. app ready use, app displays first screen, replacing launch placeholder image.

furthermore:

generally, design launch image identical first screen of app.

so really, making launch image same first screen of app (e.g. if first screen uitableviewcontroller toolbar , navigation bar, perhaps screen looks empty navigation bar, empty toolbar, , empty table view, become populated app gets going), way go best user experience.

if don't want or need this, make default images black.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -