Reputation: 1365
Is there a way to determine if the delivery of a message failed when time_to_live = 0
?
According to the GCM reference, messages that have time_to_live = 0
are attempted to be delivered immediately, but are discarded on failure, rather than saved for future delivery.
I was wondering if there was a way to determine if the message was discarded because of a failed send attempt?
Upvotes: 1
Views: 65