How to get a badge number on iOS?

Is it possible to get a badge number via ng-cordova or plain cordova?

Yes, it’s possible. You need to setup your app for push notifications.

Badges are are a part of push notifications. Configure the certificates and provisioning profiles and it should work using ngCordova module: http://ngcordova.com/docs/plugins/badge/

1 Like

Thank you, this is what I was looking for.