You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm using one signal 5.0.4
I have tested the notifications on real android device running android 33
OneSignal.Notifications.addClickListener is not working when the app is killed completely.
it's works only if the app is running on foreground or background but not when completely killed.
Steps to reproduce?
1. OneSignal.Notifications.addClickListener not called
What did you expect to happen?
Once the user clicked on the notification on phone appbar, the app should open and fire ClickListener, but the app is opened without firing the listener.