Skip to content Skip to sidebar Skip to footer

Cannot Get GCM Configuration File

I am integrating GCM in one of my project. For this we need to get the configuration file. I am referring this GCM link. When I click on 'GET CONFIGURATION FILE' then it is redirec

Solution 1:

Steps for getting configuration if your first time login to google developer account.

1. open google developer console.
2. login to developer console.
3. create project with valid name.
4. then goto the API section & enable GCM API. 
5. Then get the configuration file.

Solution 2:

For that you have to setup a project first by opening google developer console. At top right there is option of create project and if you have already created one then it would show the name of already created project. After creating project select it and Enable the api for Google Cloud Messaging for Android. Then go to this link and get your configuration file.


Solution 3:

Don't open configuration page like this way. Try to open same page from your developer console. May be this way you are able to open page.


Post a Comment for "Cannot Get GCM Configuration File"