I haven't found a way to add a Badge to TabbedPage in Xamarin.forms.
Although it's just one line code in xamarin.ios: UINavigationControllerTab1.TabBarItem.BadgeValue = "new value";
Anyone could provide me with an example? a simple example with the ability of updating the badge value is sufficient.
Thank you in advance.