I have developed a straight iPhone/iPod Touch app. A launch image is implemented for Retina displays as well as the lower resolution of the former generation devices. Those images are displayed properly on the iPhone simulator as well as on several iPhone an iPod Touch devices.
However, since some days, when launched on an iPad (1) or iPad simulator one of the other images within the app is shown.
Apparently the image that is displayed wrongly, is one of two amongst ca. 70 images within the app. Those two images happen to be either 1. the first image in my xcode project groups hierarchy. -or- 2. the first image in my project in alphabetical order.
I did not yet find a pattern of when 1. or 2. happens, so when the first image in the project's hierarchy of groups is taken or when the first in alphabetical order is taken. But it seems to be one of these two files only.
Any idea what I probably did wrong so that a wrong image is picked as launch image of this iPhone-only app whenever it is launched on an iPad?
Thanks in advance.
Cheers Hermann
Info.plistfile have aUILaunchImageFilekey? – Adam Rosenfield Aug 15 '11 at 22:09