Confirmations of push notifications received in devices

Hello

Having migrated data from a 3.x to a 5.x app, the Push Notifications features look greatly improved and a little easier to setup!. Great Job!

I was wondering is there a way after we have sent out a notification is there a way to confirm the number of devices which have successfully and actually received the notification. I was thinking of handling this myself, but if you already have something like this covered then I would like to try that. Either through a console push or through the API?

Mike

Hi! You can get status of the message publishing operation (check this https://backendless.com/docs/rest/pubsub_get_message_status.html)

But, unfortunately, you cannot check if device get notification using Backendless. You should do it by yourself.