Answer the question
In order to leave comments, you need to log in
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",
}
}
{
"multicast_id": 123,
"success": 1,
"failure": 0,
"canonical_ids": 0,
"results": [
{
"message_id": "0:123%123"
}
]
}
Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question