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?
default.png does not work
293 Views Asked by Hacer sengul Akac At
4
There are 4 best solutions below
0

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

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