I have already put the image in the Resources under iOS project-xamarin.
Default-667h@2x.png
But still does not work.
I have already put the image in the Resources under iOS project-xamarin.
Default-667h@2x.png
But still does not work.
Check in your Info.plist if you are using Asset Catalogs, images or LauchScreen.xib like so:
If you set it to an asset catalog then add images to LaunchImage like so:
Hope this helps