-
Notifications
You must be signed in to change notification settings - Fork 49
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
deferredDeeplinkCallback always return null #131
Comments
Hi @jrb1989, Deferred deep link callback will get triggered when the deferred deep link (parameter which you might have placed inside of the tracker URL to which the install got attributed) is obtained by the SDK from our backend after tracking install. So the scenario to see deferred deep link triggered is to:
If you are just opening already installed app via some deep link, deferred deep link is not the place where you will see that link reported (because it's not deferred). In case you have any further questions on this topic, feel free to ask. Cheers |
Thanks @uerceg for the quick reply one doubt the |
I am not 100% sure if this is something that you can add as part of some campaign links automation on the dashboard (I assume that it might be the case), but nonetheless, it's for sure that you can add it manually. For this to work, you need to:
If the deep link you wanna pass to your app is
|
I have implemented according to the flutter SDK documentation, but nevertheless the object
deferredDeeplinkCallback
always returns null when the app is opened with a deep link created from the adjust console.The app opens correctly but however I can't extract any information from the link because the object in charge for this is always null,
could someone help me?
The text was updated successfully, but these errors were encountered: