AppsFlyerSDK / AppsFlyerFramework

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

minTimeBetweenSessions affecting deep link callbacks #97

Closed teffi closed 4 years ago

teffi commented 4 years ago

Is there any plan to fix the side effect of high value minTimeBetweenSessions on deep linking? Or is there any suggested workarounds for managing time in between session w/o conflicting with the deep link workflow of the framework?

It's really not helpful in making sense of data when we are forced to keep this on low value when the standard session timeout for apps is usually 60-30 seconds.

AppsFlyerTracker.shared().minTimeBetweenSessions = <your_custom_time_in_seconds>

BenjaminAF commented 4 years ago

Hi teffi,

Like you suggested, the current design has this impact on deep linking of minTimeBetweenSessions. We are aware of this, and will look to improve it in one of the future versions.

andr-ggn commented 4 years ago

We added to our plans.