You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to return the original Deep link in case of short link ( ex: https://x.go.link/xyz ), so I used processAndResolveDeeplink method but unfortunately it always return null
I want to return the original Deep link in case of short link ( ex: https://x.go.link/xyz ), so I used processAndResolveDeeplink method but unfortunately it always return null
Adjust.processAndResolveDeeplink(AdjustDeeplink(shortLink))
.then((resolvedLink) {
print (resolvedLink);
})
Flutter : 3.24.3
Adjust:
Adjust (5.0.1)
adjust_sdk (5.0.2)
https://dev.adjust.com/en/sdk/flutter/v4/features/short-links
The text was updated successfully, but these errors were encountered: