iPad Application shows app icon as launch screen in iOS 10

Toseef Khilji picture Toseef Khilji · Sep 19, 2016 · Viewed 7k times · Source

In iPad iOS 10 Application shows app icon as launch screen / Splash screen if we don't provide any launch screen.

I had not set any launch screen or image.

enter image description here

And LaunchImage asset is blank.

enter image description here

It looks weird.

see

enter image description here

Is it bug ? or feature?

FYI

Application is not in App Store it's enterprise app.

Answer

ajeet sharma picture ajeet sharma · Sep 23, 2016

I was also getting this issue in my app for iPad and I found solution of this.

Solution: I added a launchscreen.xib in my app and select this file in to LaunchScreen section of 'General' section in target window.

I did not add launch images of iPad devices, may be this is the reason of issue.

So now this issue has resolved. :)

enter image description here