-
Notifications
You must be signed in to change notification settings - Fork 9
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
Deeplink not working when the app is running #150
Comments
Hi @umangloria I am sorry to hear that you’re facing issues. Could you please confirm if:
Regarding deep links, they can be set up directly from your JS/TS code. When configured properly, the deep links should be handled by your navigation library itself, such as However, in most cases, your navigation library should be able to manage the deep link navigation based on the configurations you have set. Please feel free to reach out if you have any other questions. |
Hi @ami-aman ,
|
Thanks for your response, @umangloria ! Appreciate it ! To clarify, the configuration You’re correct in saying that I appreciate you sharing the configurations you’ve set in |
@ami-aman , Sent you the linking configuration code in the mail, However I think that the issue might be when the app is active and user get's the push, that PN is visible to user after we added this flag: |
Thank you, @umangloria, for sharing the details. Our team will review it and get back to you with an update on this issue. |
@ami-aman Any update on the same ? |
Hi @umangloria Thank you for your patience. Now that we are connected on an internal ticket, you’ll receive updates directly as we work on resolving this issue. We will keep you informed of any progress or developments on our end, so you’ll be fully up to date without needing to check back here. If you have any additional details or questions in the meantime, please feel free to reach out on the ticket. We are here to ensure everything is addressed as smoothly as possible for you! |
The issue:
Deeplink/Universal Link is not working from push notifications if the app is not in killed state.
What is working:
UniversalLink/Deeplink is working fine when the app is in killed state. that is when the app is not in running state and if user tap on the notification, it is opening the app and navigating the user to the respective screen.
Expected behaviour: Taping on push notification should open the app and move user to the respective screen according to the url when the app is opened and when the app is closed.
Configuration:
this is what we have currently in app.config.js inside plugins:
versions:
The text was updated successfully, but these errors were encountered: