Spinnaker
Spinnaker

Reputation: 21

GCM User Notifications 404

I am trying to create a notification key to use the User Notification feature in GCM. Sending a POST request to, https://android.googleapis.com/gcm/notification

with headers,

and the body is a json string for user create, { "operation": "create", "notification_key_name": "appUser-Test", "registration_ids": ["{regId1}", "{regId2}"] }

But, this returns a 404 no matter what. Any ideas?

Upvotes: 2

Views: 333

Answers (1)

Eran
Eran

Reputation: 393851

It looks like they removed that page. You get

Not Found
Error 404

even if you just follow the link.

Perhaps it a temporary thing.

Upvotes: 0

Related Questions