I’ve set up push notifications in my React Native app using Expo’s Notifications API. i am using expo sdk 54.0.10

Notifications work perfectly in Expo Go, but when I build the app using this command: eas build --platform android --profile preview --clear-cache

the notifications don’t show up on the android device anymore Do I need to use something like OneSignal instead for push notifications to work on the preview build or is there any other potentially free ones i could use?

What’s the correct approach for getting Expo push notifications working outside Expo Go

1 Reply 1

This is a weird situation, I never have had this issue before; but the way I did push notifications was in the dev build, add the appropriate plugins (in the doc page below) and for android, use firebase FCM (or something like that) for notifications and follow the docs for iOS notifications

Read the entire docs (it will help) Docs Link: https://docs.expo.dev/push-notifications/overview/

Your Reply

By clicking “Post Your Reply”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.