0
votes

I followed some tutorials on how to display my launch screen on ios. but it is still not showing. what I am missing?. All I see is the default blue screen.

https://docs.microsoft.com/en-us/xamarin/ios/app-fundamentals/images-icons/launch-screens?tabs=macos

This is what I have on the launch screen.stroyboard

  1. enter image description here
1

1 Answers

2
votes

What you did is enough to change the LaunchScreen of a Xamarin.iOS app. The steps are:

1.Create a new LaunchScreen1.Storyboard and add your custom view there.

2.Change the Launch Screen option in info.plist as you did in the screenshot in the question.

I would suggest you to clean and rebuild your project, and then run it again. Also you can try to uninstall the app in your simulator first and then run your new project.

I uploaded a sample project here and you can check it.