We are using AppsFlyer to create deferred deeplink to redirect to our app, but we are getting the first 29-30 character of deeplink rather than complete deeplink which we have mentioned in the portal.
Any suggestions?
How to use AppsFlyer to use deferred deeplink?
We are passing below mentioned information in AppsFlyer Portal :
Deeplink which is getting used : abcapp://grid?url=https://catalog.abcapp.com/v1/g/electronics-store/_the-mobile-store
In app we are getting :
@Override
public void onAppOpenAttribution(Map<String, String> map)
{
String a = map.get("link");
}
the value of a we are getting is abcapp://grid?url=https