I am using PushWoosh phonegap plugin; I have pushwoosh set up and can send push notifications. I can also update the iOS badge number when sending push notification from within the notification request payload. But how can I update the badge number without sending push notification?
I use setBadge method of pushWoosh API, and get 200 OK response, but the badge number doesn't update.
What's the right way of updating the badge number with pushWoosh API?