Question

I want to delete the number (of push notifiactions by the app-icon) by starting the app.

How i can resolve this?

I use the XAMARIN Studio.

Was it helpful?

Solution

UIApplication.SharedApplication.ApplicationIconBadgeNumber = 0;
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top