Push notification

Hello, I am trying to send pushNotification through Expo’s push notification services. At development time, running the application via Expo Client, I get the push, but when I generate the build and install on the device the push does not work. Any tips on what I need to do? I followed the documentation using Firebase, submitted the Server Key to expo API, but it doesn’t work. Always returns the message “ExponentPushToken [xxxxxxxxxx]” is not a registered push notification recipient.

Hi!

You’ll need to get the new Push token from the standalone build, as it’ll will be different from the push token generated in the Expo Client version of your app.

thks for answer. After clear android data and cache, a new pushKey was generated and worked fine.

[ ]`s

hi, friends, i have same problem like you, but in IOS standalone version, i dont know how to confiure in apple dev, i configured below
configureApp

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