Hi guys, today I bring you an extremaly usefull tutorial, an step by step tutorial how to enable Google push notification service (Cloud Messagin for Android), this is pretty easy.
First thing to do is go to developers console
Then create a new project
Now we got the API key we need
First thing to do is go to developers console
Then create a new project
Type the project name and hit Create button
After creation, lets enable the push API, click on Enable and manage APIs
Click on Cloud Messaging for Android API
Click on Enable
Now lets add some API credentials. Click on Credentials on the left panel
Choose the type of key you need, for this case we select API key
Then we are promted to pick the platform tha will use the api key we are creating, because I'm sending my push through a third party provider I'll choose server key
Set the name you want for your key and press Create
I hope this help you, comment please ;)