Hello All,
I am trying to add the icon badge in iOS application when a notification is received.
I have a PCL Project, And i have installed Xam.Plugin.Badge from Nuget , so in my AppDelegate.cs file i have Added following line of Code for iOS
CrossBadge.Current.SetBadge(number);
But Badge is not showing on App icon when running the app in Mac simulater.
Can any one correct me where i am doing wrong please.
Best regards,
Srinivas.