Page 1 of 1

Reset app badge from push without an actual push message?

Posted: Mon Jan 12, 2015 1:41 pm
by KorryRogers

I've got an app where the badge on the main app icon shows the total number of users online. I want to be able to change this number without the user opening the app and without the user getting a readable notification. Is that possible? To clarify, I'm able to change the badge by sending a regular notification, but is it possible to send a notification with just a badge number as the content? i.e. without any message.


Reset app badge from push without an actual push message?

Posted: Tue Jan 13, 2015 4:15 am
by Yurii Orishchuk

Hi Korry,

Unfortunatly you can not do it with Appery.io app out of box.

But Appery.io app supports phonegap plugins - so you can use "native" device code to implement logic you need.

Here is how to work with phonegap plugins: http://devcenter.appery.io/documentat...

Regards.