Domanda

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.

È stato utile?

Soluzione

UIApplication.SharedApplication.ApplicationIconBadgeNumber = 0;
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top