Вопрос

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.

Это было полезно?

Решение

UIApplication.SharedApplication.ApplicationIconBadgeNumber = 0;
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top