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