Frage

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.

War es hilfreich?

Lösung

UIApplication.SharedApplication.ApplicationIconBadgeNumber = 0;
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top