Has anyone Integrated push notifications for Android using Localytics?
I have done code changes mentioned on their website. Localytics Android Integration
Now when i am trying to configure my app with Google API key it is giving me error saying provide password for Push Notification:
ErrorMessage: An error occurred. Possible cert password or validation issues. Please try again or contact support.
We encountered the same issue and resolved it by regenerating the GCM API key. To do so, you have to go to:
https://console.developers.google.com/project
Find the project in question. Go to Enabled APIs, find "Google Cloud Messaging", and disable the API key.
Then return to the GCM page:
And re-enable the project for GCM. The new API key generated by this process worked for us with Localytics.