Badge
Badge copied to clipboard
is there any chance we will get MAUI support?
I tried the library on Huawei Mate 8 with no luck. It was working on Samsung devices! Any fix I can do? Appreciate any help or insights.
I created very simple app by installing this library and done the configurations as mentioned. But, seems it does not work on android emulator. I tried with Google pixel and...
I tried to set badgge on my Xiaomi device but it didn't work on xamarin.Android
I try to use the plugin in a new Project using Xamarin.Android and it works for me. But if I try to use Xamarin Forms, the plugin won't work. I...
When I run this code in a UWP project I get an exception. Please advise. ``` Device.BeginInvokeOnMainThread( () => { try { if( number == 0 ) CrossBadge.Current.ClearBadge(); else CrossBadge.Current.SetBadge(...
In Xamarin.Forms, It's only working on UWP. Not woking on Android and iOS. Please check???
Hi was trying to add a badge when my app receives notification. Everything works fine untill I go to task manager and kill the process. Then I get the notification...