The Pushwoosh plugin allows you to receive push notifications sent by the Pushwoosh platform.
Depending on the platform you can do various cool things. This demo app gets you up and running quickly - for advanced usage take a look at the documentation at pushwoosh.com.
Custom plugins don't work in the simulator and the AppBuilder companion app, so inside Telerik AppBuilder choose Run - Build - iOS/Android/WP8 - App package.
After you've changed the configuration in scripts/demo.js, you can have the device register itself with the Pushwoosh server.
We can always inspect the push token we received.
Unregister the device for testing purposes.
Enable 'Geozones' in your Pushwoosh account to be able to use these methods.
The fun part is actually sending messages from Pushwoosh to this device. Try sending a message while this app is in the foreground, background or when the device is locked. Happy pushing!