docs say notifications do not work on emulator but they do

This doc says push notifications do not work on android emulators, but they do… in part.
docs.expo.dev/versions/latest/sdk/notifications/

Using FCM I can push notifications to the simulator using expo go. If the app is fore/background it reacts to notification. I am having major issues getting it to work when app is closed (killed?). The notification is still received but fails to respond when app closed. It will open app but thats it.

I am trying with useLastNotificationResponse as far up the app as possible (app,js) but its failing to respond. So… is this documentation correct or is this outdated?

Many thanks

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