default.png does not work

293 views Asked by At

My application's opening screen default.png works on similator but not on ipad device. I tried these: Default.png, default.png but no change. Still does not work. How can I solve?

4

There are 4 answers

2
Simon On BEST ANSWER

Try deleting the app from the device, cleaning the build and trying again. I've had this before where it used (or didn't use) a cached image. Deleting from the device is the important part!

0
makboney On

name it to Default.png,default.png not gonna work for device...delete the existing one from physical path then add it again...should be always Default.png.if you are using XCode 4+ go to Project Target->Summary->Launch Image->Select the image from there...Clean target before that...

0
Splendid On

For setting launch image for iPad, you must set it with orientation. Just try to set

 Default-Portrait.png

For more info and Apple HUG.

0
HaemEternal On

For iPad, you may want to take into account that different rotations may need different splash screens.

I found this to be pretty useful: http://iosdevelopertips.com/ipad/ipad-managing-multiple-launch-images.html