Reputation: 2170
While trying to install the GenericPush plugin from config.xml on PhoneGap its showing an error as GenericPush unsupported. I declared it like this.
<gap:plugin name="GenericPush"/>
As phonegap releases new plugins on 15/7/2013 i tried this also
<gap:plugin name="com.phonegap.plugins.PushPlugin" />
but its not working. Help mi out.
Upvotes: 0
Views: 958
Reputation: 2170
Got it
<gap:plugin name="com.adobe.plugins.pushplugin" version="1.3.3" />
this works fine for pushnotifications in android.
Upvotes: 1