iPad Application shows app icon as launch screen in iOS 10

后端 未结 7 1525
野的像风
野的像风 2020-12-28 15:13

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

7条回答
  •  轮回少年
    2020-12-28 15:26

    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.

提交回复
热议问题