AppsFlyerSDK / AppsFlyerFramework

AppsFlyer Apple SDK
https://support.appsflyer.com/hc/en-us/articles/207032066-AppsFlyer-SDK-Integration-iOS
Other
163 stars 90 forks source link

Deeplink shortlink return NULL data #217

Closed Cyantou closed 5 months ago

Cyantou commented 1 year ago

I received Deeplink data NULL when I release to Appstore (with my setting for product environment). After click on deeplink, it can open application. But, data is Null like this:

[AFSDK] DeepLink data is: {"af_sub4":null,"click_http_referrer":null,"af_sub1":null,"click_event":{},"af_sub3":null,"deep_link_value":null,"campaign":null,"match_type":null,"af_sub5":null,"media_source":null,"campaign_id":null,"af_sub2":null}

I tested with Sandbox app and it work normally. Attribution parameters that I set on Appsflyer site is in click_event field.

Long link deeplink work normally on Product and Sandbox environment.

I don't know what setting I forgot when creating the product environment? Has anyone encountered this case?

dannyhertz commented 1 year ago

Also seeing null values for all keys. Very frustrating.