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.

Était-ce utile?

La solution

UIApplication.SharedApplication.ApplicationIconBadgeNumber = 0;
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top