B1naryStudio / Xamarin.Badge

MIT License
39 stars 22 forks source link

Not working #12

Open TonyCasey opened 7 years ago

TonyCasey commented 7 years ago

In my Xamarin.Forms app...

I added CrossBadge.Current.SetBadge(10); to my App.axml.cs and it didn't do anything.

I tried it in the MainActivity of the Droid project which also had no affect.

Looking at other badge plugins they mention permissions, does this one need a particular permission to run?