A
A
Andrey Surzhikov2020-02-18 00:08:53
Android
Andrey Surzhikov, 2020-02-18 00:08:53

Is it possible to track whether the push notification is delivered or not?

Is it possible on the application server to track whether the user received a push notification on an iOS / Android smartphone (for example, when sending via firebase cloud messaging)?

In case the user has disabled notifications or the phone is turned off..

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
mopsicus, 2020-02-18
@mopsicus

As far as I remember, you can't. It's sent and that's it. The only thing that can be tracked is whether it was sent or not, i.e. valid Pushtoken or not, it is possible. Although things may have changed.
upd: on android it seems possible https://firebase.google.com/docs/cloud-messaging/u...
but only if FCM SDK >= 18.0.1

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question