DEV Community

gkpradhnani1998
gkpradhnani1998

Posted on

Notification listner event not listning to notification when app is in production build. working fine in debug apk.

I have used 'expo-notification' to manage notifications in my expo app. to handle received notifications i have used subscribed for notification listener using
Notifications.addNotificationResponseReceivedListener(this.handleReceivedNotification);
which is working fine in debug apk but when i create build apk it doesn't work.
is anyone else facing same issue or can help me here?
Thanks in advance.

Top comments (0)