-
Notifications
You must be signed in to change notification settings - Fork 68
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
Does setDeferredDeeplinkCallbackListener listens to default deeplinks? #212
Comments
Having some troubles with SDK setup Wanted to know if setDeferredDeeplinkCallbackListener listens to default deeplinks also? |
Hi @NancyGarg98, If you set a listener for deferred deep links, that callback method will be pinged by the Adjust SDK when SDK receives an information from the backend that the attribution of the current device also contained In case your app is already installed and it gets opened by a click on a deep link, in that case the deep link which directly opened an already installed app will not get reported inside of that callback. Not sure if this answered your question, but in case you still have some questions / doubts, feel free to ping. |
Still a little confused
|
Hi @NancyGarg98
|
This answer should be part of the deeplink documentation. When you implement other SDK's (Firebase, Signular etc) they all implement their own deeplink callback methods. So I was also confused why I am not seeing default deep links called. |
Hey @cyprian, Thank you for the comment. 👍 Would it be useful for you if the Adjust SDK would offered you a way to obtain the deep link that has opened an already installed app? I understand that for some it might be convenient, but just wondering how truly beneficial that might be having in mind that React Native already offers a way to handle / obtain deep links via Linking. |
@uerceg It's not necessary once I know that to use your deeplinks I have to use default library.
I spent 2 hours trying to understand what I am doing wrong because it is not explicitly mentioned in your documentation and examples.
|
I see. Apologies for the inconvenience and thank you for the suggestion, we'll make sure to add this to our docs. |
No description provided.
The text was updated successfully, but these errors were encountered: