ios - No room for iPhone4 launch images -
i'm launching app iphone only, started "empty application". in images.xcassets folder of project, there space add 2 (and two) launch images, no reference size of device. took screenshots of app in simulator , dropped them in place this
when tried validate project got error message
your binary not optimized iphone5 - new iphone apps , app updates submitted must support 4-inch display on iphone 5 , must
include launch image referenced in info.plist under uilaunchimages uilaunchimagesize value set (320, 568). launch images must png files , located @ top-level of bundle, or provided within each .lproj folder if localize launch images.
thinking might problem plist file, took @ info plist files. in file myappname-info.plist
, added property values erorr message (320, 568). note, couldn't find property uilaunchimages
which why selected launchimage
property value
however, when ran validation again, got same error message. can explain might doing wrong (is problem plist or launch images i've added or not added)?
delete current launchimage , create new one.
images.xcassets > choose editor > new launch image (by right click)
drag images project first , substitute launch images app icons. refer apple documentation correct sizes , specific details. should (no warnings) when images added following -
Comments
Post a Comment