gonzaloaune / GCMPushPlugin

Push notifications for Cordova (GCM & Native support)
MIT License
37 stars 20 forks source link

GCM push plugin not calling register function in IOS #26

Open Vivacityjaipur opened 8 years ago

Vivacityjaipur commented 8 years ago

I have installed plugin for Android and IOS both. For Android Its working but in IOS , its not calling register function so I am unable to get registration id in IOS.

mategvo commented 8 years ago

I've been investigating this and I it is calling the register function, it is also getting the token from google, but it is not passing that to cordova plugin handler or the plugin handler is not passing to javascript.