AppsFlyerSDK / AppsFlyerFramework

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

OneLink deeplinks. AttributionData missing parameters #181

Closed alexwillrock closed 1 year ago

alexwillrock commented 3 years ago

Report

SDK Version

ℹ 6.3.2

What did you do?

ℹ We update pod version from 6.2.5 to 6.3.2.

What did you expect to happen?

ℹ OneLink deeplinks will be parsed from shortlink to our deeplink

What happened instead?

ℹ In the version 6.2.5 I saw 7 parameters in attributionData when application call the method func onAppOpenAttribution(_ attributionData: [AnyHashable: Any]) But after updated I saw only 4 parameters in attributionData without key af_dp and deeplink value

Please provide any other relevant information.

ℹ I updated only pod version without other code. And if I return to 6.2.5 version, my code work perfect.

alexwillrock commented 3 years ago

full parameters

old_framework

without all parameters

new_framework
af-fess commented 1 year ago

In SDK v6.6.0 we opened the following fields:

"path" "scheme" "host" "af_c_id" "af_adset" "af_adset_id" "af_ad" "af_ad_id" "af_ad_type" "af_channel" "af_dp" "esp_name" and "link"