4
votes

I am developing an iPhone app on Xcode 5, it's having iOS 7 design but deployment target is iOS 6.0.

My question is concerned to Splash Screen of the app. It is working fine in iPhone.

enter image description here

Now when i tried to run app on my iPad, it is not loading the Splash Screen/Launch Images and It is showing blank screen instead of actual splash screen image, then from Rootviewcontroller it's working fine.

Xcode general info image.

I have set the Launch Images in Xcode "Images.xcassets" folder.

Xcode Images.xcassets  Launch image section.

Please suggest, what process should I follow to prepare Splash Screen on iPad properly ?

What is the way to set Splash Screen of an iPhone app for an iPad in Xcode 5 ?

5
even if it is an iPhone app the launch image should be visible.Pranjal Bikash Das
clean and build again.Pranjal Bikash Das

5 Answers

4
votes

Old pattern would be helpful for the iPhone app developed in X-code 5. To implement this-

Uncheck from Launch Image Assets

Screen shot of assets

and add iPhone Default splash screen images

screen shot of images

2
votes

Open your Utility view and check the appropriate properties. enter image description here

2
votes

Well there is a few things to double check here.

First lets check that your Deployment Info is correct. Make sure that the Device is set to Universal otherwise it will only load in iPhone and have the x2 option on iPad. To do this do as Haakon has recommend - also see image. Whilst you're there check that your Deployment Target is iOS 7 as you have specified it is for iOS 7 (So I assume your app is iOS 7 only)

enter image description here

I suspect that the Device is set to iPhone and that your Deployment Target is set to something below iOS7. Once you have the correct Deployment Info you should have settings like below in image assets catalog in your launchImages. If not look at the right hand side of this image notice the extra check boxes that you can select. Selecting these should add remove the relevant images.

enter image description here

1
votes

If iPhone splash is not showing up then it may be an issue of incorrect order of orientation in info.plist file. You can correct it simply by removing all check from selected orientation and then start selection from the top. You can see a detailed answer here http://www.folio3.com/blog/resolve-iphone-splash-screen-showing-ios-8-error/

0
votes

It seems you haven't set up your application to be universal. Go to project settings and check if you have set the app to be Universal

enter image description here