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 im
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. :)