I'm using the "Push" plugin for my Phonegap app. The app is compiled through Phonegap Build, so I never actually use XCode. I specify I want the plugin by putting this in my config.xml
:
<gap:plugin name="com.phonegap.plugins.pushplugin" version="2.1.1" />
I'm able to set the badge when I push a notification server side; however, when the app on the phone is opened, the badge is cleared. I would like to control when the badge is cleared manually. Does using this plugin via Phonegap Build force this behavior?