0

I have already put the image in the Resources under iOS project-xamarin.

Default-667h@2x.png

But still does not work.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Jen143
  • 815
  • 4
  • 17
  • 42

1 Answers1

0

Check in your Info.plist if you are using Asset Catalogs, images or LauchScreen.xib like so:

enter image description here

If you set it to an asset catalog then add images to LaunchImage like so:

enter image description here

Hope this helps

Iain Smith
  • 9,230
  • 4
  • 50
  • 61