exponent-server-sdk-php icon indicating copy to clipboard operation
exponent-server-sdk-php copied to clipboard

Android users not receiving notifications reliably

Open alalfakawma opened this issue 2 years ago • 0 comments

I have this issue in production where Android users specifically are not receiving notifications properly. iOS on the other hand receives notifications each time they are pushed. I have them running in batches in the background with a delay for each job. This makes sure that the Expo API is not bombarded with requests, all jobs pass without any failure, meaning, the notifications are sent through.

I have also manually tried to send a notification to a specific android device, subscribing only that device to a channel, but it never goes through. Even though the response status is OK. Any thoughts on this?

alalfakawma avatar Feb 14 '23 06:02 alalfakawma