Reputation: 86
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.
Upvotes: 1
Views: 759