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
I am new to this package. what i understood is popInitialNotification method is for a situation when your app is killed and you tap on notification app opens and redirects you to specific screen. I impleted the logic but the current behaviour is sometimes i am getting notification as an object in a callback but sometime undefined. Now when I am gettting an object, My app is open and i get the notification then killing the app and tapping on notification redirects to desired screen. Second case when app is already killed and notification came, in this case tapping on notification getting undefined and hence no redirection. Could anyone please help I've been stuck on this for like 5 days.
The text was updated successfully, but these errors were encountered:
vr1Ravi
changed the title
Pushnotification.popInitialNotification() is returning undefined when notification is recived in kill state.
Pushnotification.popInitialNotification() is returning undefined when notification is received in kill state.
Jun 12, 2024
I am new to this package. what i understood is popInitialNotification method is for a situation when your app is killed and you tap on notification app opens and redirects you to specific screen. I impleted the logic but the current behaviour is sometimes i am getting notification as an object in a callback but sometime undefined. Now when I am gettting an object, My app is open and i get the notification then killing the app and tapping on notification redirects to desired screen. Second case when app is already killed and notification came, in this case tapping on notification getting undefined and hence no redirection. Could anyone please help I've been stuck on this for like 5 days.
The text was updated successfully, but these errors were encountered: