Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getAppLaunchNotification not implemented on iOS #284

Open
spideythewebhead opened this issue Jan 15, 2025 · 2 comments
Open

getAppLaunchNotification not implemented on iOS #284

spideythewebhead opened this issue Jan 15, 2025 · 2 comments

Comments

@spideythewebhead
Copy link

Is there any plans to implement this on iOS or if not what's the alternative?

@kushCT
Copy link
Contributor

kushCT commented Jan 16, 2025

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.

@spideythewebhead
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants