Reputation: 21
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