Can't get ExpoPushToken and receive notifications on Standalone app!

Please provide the following:

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

Hi! I’m struggling to make notifications work on my app. When I’m with the metroserver opened and running the app trough expo android app I can get the notificationToken, send-it to the Backend database and use it later to send notifications back to the device. Unfortunately after building the APK it doesnt work. Just looked into the database and there’s no token received and my app doesnt get notifications.

I’m currently using the Expo Notifications API service for my notifications, sending a POST to https://exp.host/--/api/v2/push/send just like described here: Sending Notifications with Expo's Push API - Expo Documentation

Any help?

Hey @itsmarc0s,

Can you make sure you’ve properly set up and configured your project to use FCM? You can see the necessary steps here: Using FCM for Push Notifications - Expo Documentation

Cheers,
Adam

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