PhoneGap Push Plugin Updates

  • 1
  • Announcement
  • Updated 5 years ago
A new PhoneGap PushPlugin has been released, and is available on npm. To use this plugin on PhoneGap Build, add to your config.xml:

<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.
Photo of ryan

ryan, Developer

  • 1538 Posts
  • 132 Reply Likes

Posted 5 years ago

  • 1
Photo of gkatz

gkatz

  • 186 Posts
  • 5 Reply Likes
thanks for the update
Photo of Sergio Botta

Sergio Botta

  • 3 Posts
  • 0 Reply Likes
Ok.. I will try it!
Photo of Oscar Abilleira Muñiz

Oscar Abilleira Muñiz

  • 157 Posts
  • 5 Reply Likes
This plugin can't be used with wp8 app in build service because it only suports windows 8.1 and windows universal app.