-
Notifications
You must be signed in to change notification settings - Fork 92
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
Short links data missing for direct deep links #270
Comments
Same issue on latest sdk version - AppsFlyerFramework 6.14.3 |
Same for me at 6.14.3 |
Any update ? We also facing similar issue. After |
how come there's still no response here? |
I had the same problem. For me, what resolved was set |
I was facing the same issue and the solution proposed by @lrssv worked for me on both iOS and Android SDK. Thank you so much! |
Report
SDK Version
AppsFlyerFramework (6.12.2)
What did you do?
Click on a onelink shortlink url.
https://links.mydomain.com/QtUS/myProfile
Associated long url :
https://links.mydomain.com/QtUS?af_xp=social&pid=Social_instagram[...]&deep_link_value=profile&deep_link_sub1=188067
What did you expect to happen?
When using a onelink shorlink, I expect Appsflyer framework to pull out the values from the Appsflyer server, in
didResolveDeepLink
.What happened instead?
deep_link_value and deep_link_sub1 are nil when using the shortlink in direct deep link scenario. However, for deferred deep links, values are properly fetched.
To get data from the deep link in all cases (deferred & direct), only solution is to use the long url, which is a problem since some social platforms do not accept long urls
The text was updated successfully, but these errors were encountered: