-
Notifications
You must be signed in to change notification settings - Fork 218
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
[Bug]: Deeplink not working if the app is closed #740
Comments
Thank you for reporting #741 and this issue seem to be related (opening notifications when the app is closed). We are investigating. |
I tried to revert back to onesignal_flutter 3.5.1, but no luck, on iOS, clicking notification to open deeplink is not working. So i think it's not related to latest version (5.0.1), rather than data changes when sending notification @emawby |
any update? it seems to be releted to #723 |
@alegos27 Hello we are still working on the fix. It requires a change to our OneSignal-iOS-SDK that has been approved and will be released asap! |
Any news about it? We saw 5.0.2 version of iOS SDK but the Flutter SDK has no updates and the bug still remain. |
@alegos27 The next OneSignal-Flutter-SDK release will bump the dependnecy to use the 5.0.2 version of the iOS SDK and will include the fix for this |
Finally, version 5.0.2 is out, and this issue has been resolved. I just tested it, thank you @emawby |
I am afraid that this issue still existing in flutter. |
What happened?
I have some deep links set up and if I manually click them, they work, but if I receive the link in the notification and the app is closed, they don't, if the app is open the deep links work when clicking the notification.
Example link:
myapp://test
APP is open (Foreground, background)
APP closed
This is how I send a test notification:
This is what I mean by Manually clicking a link
Steps to reproduce?
What did you expect to happen?
I would expect that both clicking on the link locally and clicking in the notification did the same
OneSignal Flutter SDK version
5.0.0
Which platform(s) are affected?
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: