Notifications.addListener not being triggered on Android Standalon

Please provide the following:

  1. SDK Version: 37.0.0
  2. Platforms(Android/iOS/web/all): Android

When using Expo, the Notifications.addListener works perfectly. But my published app on Playstore does not triggers Notification.addListener.

Nevermind. Just figured out that if you use a pushNotification Token from when you were using Expo SDK, you’ll not receive data when using published app.
You have to get a new token using your published app.

What is strange is that I could receive notification normally, but couldn’t trigger addListener. But getting a new notification token using my published version of the app solved the issue.

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