From ced14a385a8606319e5d7d604f65c7a33c8e1476 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Sun, 18 Oct 2015 20:27:36 -0400 Subject: switched to new push plugin that works with JSON payloads --- plugins/phonegap-plugin-push/plugin.xml | 98 +++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100755 plugins/phonegap-plugin-push/plugin.xml (limited to 'plugins/phonegap-plugin-push/plugin.xml') diff --git a/plugins/phonegap-plugin-push/plugin.xml b/plugins/phonegap-plugin-push/plugin.xml new file mode 100755 index 00000000..b3f786db --- /dev/null +++ b/plugins/phonegap-plugin-push/plugin.xml @@ -0,0 +1,98 @@ + + + + PushPlugin + Bob Easterday + + + This plugin allows your application to receive push notifications on Android, iOS, WP8 and Windows8 devices. + Android uses Google Cloud Messaging. + iOS uses Apple APNS Notifications. + WP8 uses Microsoft MPNS Notifications. + Windows8 uses Microsoft WNS Notifications. + + + MIT + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3