I got strange GCM response when registration_id is BLACKLISTED payload is
{"data":{"title":"Your troopers were attacked"},"registration_ids":["BLACKLISTED"]}
response is
{"multicast_id":9151224166188989772,"success":0,"failure":1,"canonical_ids":0,"results":[{"error":"InvalidParameters"}]}
And response headers are
[headers] => Array
(
[content-type] => application/json; charset=UTF-8
[date] => Thu, 12 Nov 2015 04:16:06 GMT
[expires] => Thu, 12 Nov 2015 04:16:06 GMT
[cache-control] => private, max-age=0
[x-content-type-options] => nosniff
[x-frame-options] => SAMEORIGIN
[x-xss-protection] => 1; mode=block
[server] => GSE
[alternate-protocol] => 443:quic,p=1
[alt-svc] => quic=":443"; p="1"; ma=604800
[accept-ranges] => none
[vary] => Accept-Encoding
[transfer-encoding] => chunked
)
[http_version] => HTTP/1.1
[status] => 200
[message] => OK
I cannot find such error in documentation https://developers.google.com/cloud-messaging/http-server-ref#table9. Anyone know which this error indicate?
For any other registration_id, for example "GOOGLE", i got right response InvalidRegistration