You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I accidentally missed to store the notification_key after creating a device group.
But when try to create same group with same device , i get below error
{
"error": {
"code": 400,
"message": "Client error: `POST https://android.googleapis.com/gcm/notification` resulted in a `400 Bad Request` response:\n{\"error\":\"notification_key already exists\"}\n"
}
}
Hi, I was kinda busy with different things, sorry for the late reply! I want to implement this soon so it should be ready in a few days, but I would also accept PR's for this 😉
I accidentally missed to store the notification_key after creating a device group.
But when try to create same group with same device , i get below error
Please support for getting existing notification key by passing group name
https://android.googleapis.com/gcm/notification?notification_key_name=the_name
I dont want to stop using library due to this one func,all my implementation is already done :(
The text was updated successfully, but these errors were encountered: