Suhas Gosavi
Suhas Gosavi

Reputation: 2170

Phonegap GenericPush plugin unsupported

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

Answers (1)

Suhas Gosavi
Suhas Gosavi

Reputation: 2170

Got it

<gap:plugin name="com.adobe.plugins.pushplugin" version="1.3.3" /> 

this works fine for pushnotifications in android.

Upvotes: 1

Related Questions