Expo notification no work

Hello

I just implemented the expo push notification.
When I run the app on my device, the pushnotification doesn’t come.

But if I close the app or turn off the screen, it works.

What’s the problem?

Kind Regards

Per the documentation, when the app is open, notifications need to be handled, manually, because you won’t receive it in the System UI. This is to be expected.

This set of instructions from the documentation explains how to handle notifications when the app is open.

If it’s happened on iOS, set notification.iosDisplayInForeground to true in app.json.

ref: push-notifications

1 Like

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