H
H
Hland2017-02-08 14:28:55
Google
Hland, 2017-02-08 14:28:55

Is it possible to get notification delivery status via FCM api?

In FCM I send a notification from my server.

{
"to" : "bk3RNwTe3H0:CI2k_HHwgIpoDKCIZvvDMExUdFQ3P1...",
"notification" : {
"body" : "great match!",
"title" : "Portugal vs. Denmark",
}
}

Returns
{
"multicast_id": 123,
"success": 1,
"failure": 0,
"canonical_ids": 0,
"results": [
{
"message_id": "0:123%123"
}
]
}

This means that the message has been successfully processed by FCM and will attempt to deliver it. But how to check that it is delivered to the user?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Oleg Karnaukhov, 2017-02-08
@Hland

It seems like nothing. Only if upon receipt send yourself a request for confirmation of receipt.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question