I have the universal application both for iPhone and iPad. I need to have the splash screen for the iPhone application but no launch image for the iPad version.
If I remove the iPad's splash screen image then it loads the iPhone one. I tried to set iPad's launch image key to empty string in application.plist
manually but it leads to an ugly random image.
When developing a universal application, can one have the splash screen for the iPhone version but no splash for the iPad? If yes - how?