Issue With Registration App In Gcm
Solution 1:
Sure there is a Registered apps link.
Here it is:

EDIT :
Tried to access the cloud console again, this time the UI was different :

You have to click on CREATE NEW KEY.
Solution 2:
I've been attempting to create an instance of the php server based service. I needed a client ID and a private key file. I haven't needed api key yet, but I'll explain how I got that too.
To obtain these from where you are now it appears you need to do this:
Go into APIs and Auth > Credentials
Under OAuth click CREATE NEW CLIENT ID and use the service account option. This will provide access to a JSON file and private key file. Download them both to somewhere in your local project. The JSON file contains a client key among other things. The private key is what it says on the tin.
Furthermore, you can obtain an API key in this way:
- Under Public API Access click CREATE NEW KEY and select your option. (In my case I'm trying to connect via PHP so I chose Server Key). I'm using 0.0.0.0/32 to enable any IP - not very secure, but I'm only prototyping at this point.
Hope this helps...
Post a Comment for "Issue With Registration App In Gcm"