Question

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?

Was it helpful?

Solution

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!

OTHER TIPS

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...

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.

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top