Users not receiving push notification

Users have not been getting push notification all day and I can’t seem to find anything that breaks from my end, is there anything wrong with push notification server? Also, I would love to know if there are any paid plans for push notification priority cos I manage a large scale application with expo push notification client.

Hi @luthfulahi- what might help diagnose the problem is to check the push receipts of your notifications for any errors (we have a couple common ones listed here)

Right now we don’t offer any premium notification service, but the current service can handle large scale application needs. There are a few best practices we recommend, like throttling your requests (done automatically if you use the node server SDK we maintain), and adding retry logic

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.