I am trying to get gcm to work in my application. It is my task to update the application from the Eclipse build to the Android studio build. Android Studio no longer works in the build, just plug in gcm.jar, so I follow this documentation: https://developers.google.com/cloud-messaging/android/client to run my application with gcm.
To do this, I need to create a json configuration file. To make this file, I must provide the creator of the Google configuration file with my appId and my package name.
I entered them into the google form and after entering I get the error message: "There was an unknown error processing the request. Please try again."
This error message is very vague.
I tried again in Internet Explorer with the same result.
Perhaps there is an error with my appId and package name? How do I know? Perhaps this service has just come down, and I have to wait until tomorrow, but first I want to fix all my options.
My appId and package_name are "myCompanyName.android"
source share