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
Hey @spideythewebhead
Can you share with me what's the issue you are facing currently in iOS. We do provide killed state notification callbacks in iOS. If the application is setting handler for pushClickedPayloadReceived at app start you will get callbacks in killed state.
Hey, I am already using pushClickedPayloadReceived and this works only if there is an active instance of the app. If the app killed or swiped off and you start the app from a notification click pushClickedPayloadReceived is not called. getAppLaunchNotification is the correct method to use as it works for the same scenario on Android but not on iOS.
I search on the repo for this method on the iOS impl but it's not there
Is there any plans to implement this on iOS or if not what's the alternative?
The text was updated successfully, but these errors were encountered: