Reputation: 4115
Google created a new way to register application using single location (Google Cloud Messaging), and we can use it to send messages to Android and IOS, Chrome. I use Phonegap (Cordova) for making IOS/Andoid application, how can I register the application to use that service, I found an old plugin for push notifications, but it's not using the new interface and registration of GCM.
So, any Idea about new plugin that can support IOS/Android registration to GCM?
Upvotes: 3
Views: 1550
Reputation: 149
Check out GCMPushPlugin!
This is also currently being worked on at PhoneGap Plugin Push (a fork of the plugin you linked), issue 115.
I think GCMPushPlugin would be your best bet for now, but considering that PhoneGap Plugin Push has ~40 more contributors, I'd keep my eyes open for updates, and see if it's worth switching over when they implement it.
Upvotes: 1