iOS Universal app iPad launch images not being used

Viewed 17482

I'm following the iOS Programming guide on "Providing Launch Images for Different Orientations" and can't seem to get my iPad-specific launch images to work. If I'm reading the docs right, "Default~ipad.png" should be used as the launch image if I launch my app in the iPad simulator, but instead it's using my "Default.png".

If I tell the simulator to run as an iPhone4, it does correctly use my "Default@2x.png". But that just leaves me more confused as to why the iPad version isn't working.

Anyone know how to make iPad-specific launch images work?

4 Answers
Related