AppsFlyerSDK / appsflyer-flutter-plugin

Flutter Plugin for AppsFlyer SDK
MIT License
153 stars 119 forks source link

AppsFlyer Deferred Deeplink not giving values as expected. #220

Open jiteshmupl opened 2 years ago

jiteshmupl commented 2 years ago

Describe the bug

AppsFlyer deferred onDeepLink method callback not giving values inside af_sub1 and other custom parameters, but it does give the values when the app is already installed, the problem is with Deferred DeepLink.

guysarfatty-af commented 2 years ago

Hi @jiteshmupl , This is the expected behavior. In Deferred Deep Linking, the callback for UDL exposes the following parameters: deep_link_value, deep_link_sub1, deep_link_sub2 .... deep_link_sub10. The other custom parameters are not exposed.

For more information, please refer to the documentation of UDL: