Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Cloud Messaging IOS registration using Cordova plugins

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?

like image 529
Tarek El-Mallah Avatar asked Aug 06 '26 09:08

Tarek El-Mallah


1 Answers

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.

like image 130
poacher2k Avatar answered Aug 08 '26 21:08

poacher2k