Cross-Platform push notifications by Pushwoosh for Cordova / PhoneGap
Using npm:
cordova plugin add [email protected]
Using git:
cordova plugin add https://github.com/Pushwoosh/pushwoosh-phonegap-plugin.git#8.3.36
To run the Pushwoosh Sample App, navigate to the example/newdemo directory and execute the following command:
cordova plugin add ../.. --link &&\
cordova prepare
After this, the Pushwoosh Sample App will be linked locally with the plugin sources and will use the local version of the plugin.
Plugman support by Platogo
HUGE thanks to Eddy Verbruggen for all the help with WP8 Phonegap support!!! https://github.com/EddyVerbruggen