I want to use pushwoosh in my jquery app. I saw this http://docs.pushwoosh.com/docs/cordov... on pushwoosh website.
They are talking about installing some plugins first.
_____________________________Install the Plugin source code for Phonegap push notifications into your app by running the following command in the command line:
For Phonegap: phonegap plugin add pushwoosh-cordova-plugin
For Cordova: cordova plugin add pushwoosh-cordova-plugin
For Ionic: ionic plugin add pushwoosh-cordova-plugin
For Intel XDK: Add pushwoosh-intel-xdk-plugin as Third-Party Plugin
IMPORTANT: You also need to add cordova-plugin-whitelist plugin.
cordova plugin add cordova-plugin-whitelist
Whitelist *.pushwoosh.com domain in the config.xml file:
_________________________________________________Did anyone manage to get it to work?