In our startup function
ons.ready(function () {
// mor code
cordova.plugins.notification.badge.set(0);
cordova.plugins.notification.badge.clear();
//END READY FUNCTION
So the badge should be empty, but keeps showing "1" only in IOS.
Am I missing something?