I have installed the CrossBadge package to display badges in the application icon but its not working for Android.
CrossBadge.Current.SetBadge(number);
I am testing in both the simulator (Oreo 8) and physical device running Android pie. The documentation says I can use the line anywhere to set the badge and I am doing it in the constructor of a Xamarin Form but its not appearing. What am I doing wrong?