Expo get push token not working in standalone app

Please provide the following:

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

Device: Samsung Galaxy S9

After running app through expo client on my mobile phone everything worked properly. After building standalone app using turtle-cli, Notifications.getExpoPushTokenAsync() doesn’t return anything. I must mention, I have already uploaded Firebase server credentials to Expo server.

Hi @prvkic00! Thanks for the report, we’ve received some similar reports about push notifications not working in the standalone app. Does the method Notifications.getExpoPushTokenAsync() rejects/resolves, or is it hanging in pending state? If it rejects, this might be a possible fix.

Hope it helps! :smile:

Hello, thank you for a fast reply.

I have managed to get an Expo token, but now I have a question about expo notification tool. I am wondering, when I send notification through that tool does it use my firebase server key? Or is it just problem with my laravel backend implemetation of Expo push service?

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