Hi, is someone how to put a badge on the launch icon of an android application with Xamarin Forms.
With IOS, UIApplication.SharedApplication.ApplicationIconBadgeNumber = 1; works but I don't find the simalar way to do with Android.
If someone can i help on that, it will be great ;-)
Thanks.