Expo Push notification Android- Fetching the token failed: SERVICE_NOT_AVAILABLE

Please provide the following:

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

I’m using expo-notifications library to send push notification to my expo app.I’ve used EAS build to get apk of the app.I’ve configured Firebase cloud messaging as described here.When trying to access notification token, I get the following error “Fetching the token failed: SERVICE_NOT_AVAILABLE”. On further digging it seems that firebase returns this error if google play services are not installed on the device, which is not the case with my device.

Any leads would be appreciated.

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