문제

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?

도움이 되었습니까?

해결책

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!

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top