thatzprem
thatzprem

Reputation: 4767

Splash screen not appearing in iPhone only for iOS 8

The app is build only for iPhone. It supports iOS6.0 and above.

All the splash screen images are added with proper resolutions and the corresponding options are selected in the attribute inspector. enter image description here

But I do not see the splash screen only for iOS8!!

Upvotes: 2

Views: 5913

Answers (4)

Burf2000
Burf2000

Reputation: 5193

I had a issue where an image placed on the LauchScreen.xib was not appearing even after a clean, clear derived data etc in xcode 8

My image was in the Assets.xcassets and somehow xcode got confused. I removed the entry and re-added it and then it worked fine.

Just posting incase anyone else has the same issue.

Upvotes: 2

Arvind Kumar
Arvind Kumar

Reputation: 2411

enter image description here

In XCode 6.1 For IOS 8...Use Launch Image Source as Launch Image...and Replace Launch Screen File from LaunchScreen.Xib to Blank..

Hope this will help

Upvotes: 11

Sabrina Tuli
Sabrina Tuli

Reputation: 160

set the launch image to LaunchScreen.xib file, hope it will fix it up

Upvotes: 0

Naga Mallesh Maddali
Naga Mallesh Maddali

Reputation: 1005

Splash screen rules changed from iOS 8. Probably you need to use a XIB or storyboard for landing screen. Please refer following :

https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/LaunchImages.html

Upvotes: 3

Related Questions