adjust / flutter_sdk

This is the Flutter SDK of
MIT License
59 stars 49 forks source link

processAndResolveDeeplink always return null #147

Open AsmaaMagdHelali opened 1 week ago

AsmaaMagdHelali commented 1 week ago

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

AsmaaMagdHelali commented 1 week ago

any response ?