I am struggling with making this pushNotifications plugin https://github.com/phonegap-build/PushPlugin work on my Cordova built app.
In the config.xml file, the plugin reference is :
<gap:plugin name="com.phonegap.plugins.PushPlugin"/>
while references to other plugins I am using are different :
<feature name="Device">
<param name="ios-package" value="CDVDevice" />
</feature>
<feature name="Geolocation">
<param name="ios-package" value="CDVLocation" />
</feature>
Is this plugin supposed to work with both Phonegap and Cordova or only Phonegap built apps ?
Thank you