B1naryStudio / Xamarin.Badge

MIT License
39 stars 22 forks source link

IOS 10 #11

Closed heltonspr closed 7 years ago

heltonspr commented 7 years ago

Hello, For IOS 10, I need change any property? I implement using "Badge.Plugin.CrossBadge.Current.SetBadge(10);" in initial class of the app and don't work. tks, Helton

heltonspr commented 7 years ago

I add in appDelegate the code https://developer.xamarin.com/api/type/UIKit.UIUserNotificationSettings/, and work well usando the Xam.Bagde. Tks