Xamarin.UWP FontImageSource does not get displayed

This content has 2 years. Some of the information in this post may be out of date or no longer work. Please, read this page keeping its age in your mind.You may have noticed that if you give an image a FontImageSource, the image does not display properly on the UWP platform. This is probably because the default value of the FontImageSource Color property is white, and you probably want to draw it white. Check if you are giving an explicit value to the Color property. If not, try it.

Xamarin.UWP deployment failure: 0x80073D1F

This content has 3 years. Some of the information in this post may be out of date or no longer work. Please, read this page keeping its age in your mind.Solution Remove your application source code from shared folderorYou are being signed in with my Microsoft account in windows instead of the local user accountorVisual Studio is not able to delete the application data in your local packages folder, go to C:\Users\<YOURNAME>\AppData\Local\Packages\ folder, and delete your applications folder manually.orbrowse more solution at here 🙂