[DO NOT USE THIS TAG - Use phonegap-plugin-push instead] This plugin is for use with Cordova, and allows your application to receive push notifications on Android, iOS and WP8 devices.
Description:
[DEPRECATED] Use phonegap-plugin-push instead.
This plugin is for use with Cordova, and allows your application to receive push notifications on both Android and iOS devices. The Android implementation uses Google's GCM (Google Cloud Messaging) service, whereas the iOS version is based on Apple APNS Notifications. Support for Windows Phone 8 was added recently.
Installation:
Using the Phonegap CLI:
phonegap local plugin add https://github.com/phonegap-build/PushPlugin.git
Using the Cordova CLI:
cordova plugin add https://github.com/phonegap-build/PushPlugin.git
Repository:
GitHub: Cordova Push Notifications Plugin for Android, iOS and WP8