Pergunta

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.

Foi útil?

Solução

UIApplication.SharedApplication.ApplicationIconBadgeNumber = 0;
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top