Expo notifications not being received on Android only

Please provide the following:

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

We have an ejected bare workflow expo RN project and we have worked on implementing the expo-notifications.

Everything works as to be expected via iOS. However, Android doesn’t receive push notifications. The local notifications work as expected, and when checking the push receipts, we get “status: ok”.

From GCP, we can see the cloud messaging api being used, however, the FCM reports shows no activity. I can confirm that the api key in the google-services.json matches the api key created on GCP automatically by firebase. The server key under firebase cloud messaging config matches the FCM Server Key on Expo under Android Classic. The owner and slug are in the experienceId when requesting the expo token and that all works fine.

We’re at a loss as to why everything appears to configured correctly, yet are unable to receive the notifications. Considering GCP api shows activity but the firebase cloud messaging reports shows nothing is something we see might be the issue, but there isn’t a clear reason why.

We have been able to receive notifications when using pushtry

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