0

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

enter image description here

enter image description here

enter image description here

Any ideas?

2
  • You are defining LaunchImage and LaunchScreen.storyboard at the same time? Which one that you want to use? Commented Nov 14, 2017 at 22:31
  • delete XSLaunchImageAssets key string ,use LaunchScreen only. developer.xamarin.com/guides/ios/application_fundamentals/… Commented Nov 15, 2017 at 2:16

1 Answer 1

1

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:

enter image description here

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.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.