Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi, I am developing a cross platform app for iOS and Android, I followed the Microsoft documentation for using local images.
The button where I am trying to use the image, I also have other images in <image> tags that won't load either.
My bad, I found a solution.
The images were not in the /Resources folder for iOS. Also the folder contents were not 'included' in the solution. I had to include them.