Push response listener doesnt not fire while app is killed

  1. SDK Version: 43
  2. Platforms: Android:
  3. [addNotificationResponseReceivedListener]

So this question is asked again and again, but all threads are closed. hence sorry in advance for redundancy.

Having a Notifications.addNotificationResponseReceivedListener inside an App useEffect(() => { … }, [ ]);

While App in background or foreground all good, but the callback does not fire when app is opened (from killed) via push tap.

Any updates / workarounds on the issue ?

thanks in advance

for future google reaserchers, use the useLastNotificationResponse API.

1 Like

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