A new PhoneGap PushPlugin has been released, and is available on npm. To use this plugin on PhoneGap Build, add to your config.xml:
We highly encourage users of the older PhoneGap Build Push Plugin to migrate to this new release -- eventually the PGB version will likely be deprecated. Locking your version is recommended, otherwise we'll always build with the latest (which could result in unexpected changes in behaviour). Some apis may have changed so be sure to test before migration.
We also recently upgraded the older PhoneGap Build PushPlugin to 2.5.0, mostly including minor fixes. To use it:
or to prevent this upgrade, lock to version 2.4.0.
<gap:plugin name="phonegap-plugin-push" source="npm" version="1.1.1" />
We highly encourage users of the older PhoneGap Build Push Plugin to migrate to this new release -- eventually the PGB version will likely be deprecated. Locking your version is recommended, otherwise we'll always build with the latest (which could result in unexpected changes in behaviour). Some apis may have changed so be sure to test before migration.
We also recently upgraded the older PhoneGap Build PushPlugin to 2.5.0, mostly including minor fixes. To use it:
<gap:plugin name="com.phonegap.plugins.pushplugin" version="2.5.0" />
or to prevent this upgrade, lock to version 2.4.0.


