iPad Application shows app icon as launch screen i

2019-02-02 04:58发布

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.

7条回答
劳资没心,怎么记你
2楼-- · 2019-02-02 05:01

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

查看更多
【Aperson】
3楼-- · 2019-02-02 05:03

Just in case anyone's still struggling with this. My problem was an entirely different thing. For me the "Slow Animation" were on in the iOS simulator. I probably had accidentally hit CMD + T. You can turn it off from iOS Simulator menu Debug -> Slow Animation.

I hope it helps someone.

查看更多
看我几分像从前
4楼-- · 2019-02-02 05:06

This is probably due to the animation that is used to give the "zoom" effect from the app icon when the user launches your app.

You will notice that the launch image animates it's alpha from 0.0 to 1.0 as the user opens the app.

In your case, you have not specified an image so there is nothing to show. This is something that isn't supported as your app would be rejected if you tried to submit to iTunes Connect. You should always ensure that you have a launch image (or nib) set, even if it's just a plain white image.


You could probably try filing a bug report about it but my expectation will be that you are just told to add image resources to the asset in the Assets Catalog.

查看更多
Rolldiameter
5楼-- · 2019-02-02 05:12

Maybe you have to support iPad target at "Targeted Device Family" of your Build Settings

Settings at "Targeted Device Family" is like these. 1 is iPhone only 2 is iPad only 1,2 is iPhone/iPad Both.

In my case, if i choose "1,2", app icon launch image has gone.

查看更多
时光不老,我们不散
6楼-- · 2019-02-02 05:18

We can add a launch screen from the new file menu and then set it in the general settings on the application.

or you can also add images in images.xcassets with the name Launchimage.

查看更多
We Are One
7楼-- · 2019-02-02 05:19

This is the launch screen issue by sure. Set launch screen in .plist file. It should be solved.

For iOS less than 9.0 you can set image as launch screen and for others you need launch screen as XIB.

查看更多
登录 后发表回答