How to add app icon badge in xamarin forms wpf application

763 Views Asked by At

I need to show unread notification count on a badge in xamarin forms wpf app icon. I have tried with 'xam.plugin.badge' and 'xamarin.badge.plugin' NuGet packages but no luck. I am getting below exception:

Exception :

This functionality is not implemented in the portable version of this assembly. You should reference the NuGet package from your main application project in order to reference the platform-specific implementation

.

Please suggest any idea to add badge count in app icon in xamarin forms wpf application.

0

There are 0 best solutions below