There exists a number of questions (some answered already) that pertain to the launch images. I had no problems using launch images per se. My problem comes when trying to support multiple orientations of the launch image (portrait or landscape for my app).
The problem is this:
When i started my app dev, i used the usual default.png as the launch image.
But now i have 4 different launch images (portrait and landscape, plus their retina versions). However, with these launch imaged named different, Im seeing a black screen for the launch, no matter what orientation the device is in.
I spent a day on this. And i decided to just go with a single default.png (retina portrait) since I realized the launch image only lasts a few seconds and is not very important any way.
Alas, the curiosity is killing me.
Note: the images were named as follows (notice they are lower cased, and they also are placed under /images folder rather than at the project root folder):
default-portrait.png [email protected] default-landscape.png [email protected]
Question:
what am i doing wrong? like i said, i went thru many online references to this problem. none of them helped for me.