How to get a Push notification status

Hello guys,

I’m looking for a way on how to get the status of the Push notification sent, to see if it’s delivered or not.

I see on the Dashboard the status of the past PUSH notifications sent, and I want to know if there is any way to access that info through the Parse API.

The reason I’m looking for the Notification status is that In the case, the Push notification is not delivered (App deleted) I want to send an SMS to the user.

Thanks

Have you tried to query the _PushStatus class? It should work. Parse Dashboard basically sends a GET request to https://parseapi.back4app.com/classes/_PushStatus passing the Master Key.

1 Like

Thanks I’ll check it out