I am developing an iPhone application on Xcode 5, it has an iOS 7 design, but the deployment target is iOS 6.0.
My question is about the application splash screen. It works great on the iPhone.

Now, when I tried to run the application on my iPad, it does not load the Splash Screen / Launch Images screen and shows a blank screen instead of the actual splash screen image, and then from Rootviewcontroller it works fine.

I installed Launch Images in the Xcode folder "Images.xcassets".

Please suggest what process should be used to prepare the Splash screen on the iPad?
How can I install the Splash Screen iPhone app for iPad in Xcode 5?