Reputation: 2554
I am trying push notifications in Google Developer Console. Now the Google developer console is completely updated. Previosly I did:
Register our application in Google console.
Go to the API, enable Google Cloud Messaging for Android
Go to Credential, click "Create New key". Then click "server key"
Add Example: 000.000.0.0, then create API key (This process is for white listing your URL)
Use the genrated API KEY in the config file
We will get a sender ID from URL, paste it to GCMConstant.java file
In new Google console UI after creating the Project, I didn't find "Credintial", "Create New key"
Can any one please give me an idea for the configuration of the new google developer console?
Upvotes: 3
Views: 5005
Reputation: 103
Go to Api Manager From top-left navigation drawer menu
then : Mobile APIs -->Cloud Messaging for Android
enable api
you will find your desired credentials at left side (second)
click credentials
click on new credentials and click server key
Enter the name of server key (by default server key 1)
and click create button and finally you will find your api key . :)
Upvotes: 2
Reputation: 35549
There you will get credentials tab
simply click on New credentials and other things are as usual.
Upvotes: 7