I use cordova version 6.3.1 in my project. This plugin should work with this version of cordova? I did all offering steps:
1) Go to https://developers.google.com/cloud-messaging/ios/start and generate the configuration file and upload your APNS certificates.
2) Put your configuration file in the root of your project and make sure to add it to your target as advice by Google.
3) Run cordova plugin add cordova-plugin-gcmpushplugin to install the plugin.
On launch in real device i see dialog window what ask about permission to send push. But when try register app nothing occured. Don't show any log from callback methods. How to check work with this plugin?
I use cordova version 6.3.1 in my project. This plugin should work with this version of cordova? I did all offering steps: 1) Go to https://developers.google.com/cloud-messaging/ios/start and generate the configuration file and upload your APNS certificates. 2) Put your configuration file in the root of your project and make sure to add it to your target as advice by Google. 3) Run cordova plugin add cordova-plugin-gcmpushplugin to install the plugin.
On launch in real device i see dialog window what ask about permission to send push. But when try register app nothing occured. Don't show any log from callback methods. How to check work with this plugin?