简体   繁体   中英

iOS Launchscreen is not being displayed in Xamarin.Forms

I don't know what happened but since some days ago the LaunchScreen is not being displayed. Check the following:

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

Any ideas?

Seems that you want to use LaunchImage Assets for your LaunchScreen . You are setting Source & LaunchScreen , both, at the same time.

If you want to use LaunchImage Assets , Delete the content inside the Launch Screen in info.plist as below:

在此处输入图片说明

Launch Screen uses the LaunchScreen.storyboard single file to use across the devices (iPhone/iPads). While Assets Source uses the Image catalogs, to set specific Launch Image for some specific device of resolution.

You have to use both of this options as an alternatives.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM