Android Push Notifications not working. Push send api status ok

  1. SDK Version: 42.0.0
  2. Platforms(Android/iOS/web/all):Android

https://docs.expo.dev/versions/v40.0.0/sdk/notifications/#schedulenotificationasyncnotificationrequest-notificationrequestinput-promisestring
Hello , currently i am working on a app in bare workflow which uses expo notification library to send notifications, suddenly my app stops receiving notification on android bare workflow . Already uploaded credentials to expo server , using send notification API provided by expo send status 200, i also checked the notification push receipt it also gives okay status but notification is yet not received.

Hey @daniyal_habib, I’d recommend reading through our troubleshooting section to get a sense of what might be happening.

Cheers,
Adam

I already went through Push Notifications Troubleshooting & FAQ - Expo Documentation

Our notification components are working individually

  1. The functionality works in iphone, which means the backend logic is correct.
  2. Schedule notifications are working correctly, which means that the notifications are configured correctly.
  3. We also checked the reachability through expo notification tool, the API gives 200 response, we also checked the notification receipt and it also gives ok status.

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