Akshay Raiyani
Akshay Raiyani

Reputation: 1443

Replacement of sendDeepLinkData method in AppsFlyer Android version 6.6.1

sendDeepLinkData method is not found in AppFlyer version 6.6.1

I referred this document, I didn't find out the replacement method for sendDeepLinkData(activity) https://support.appsflyer.com/hc/en-us/articles/115001256006-AppsFlyer-Android-SDK-release-notes

This method removed from last AppFlyer version 5.3.0

Upvotes: 0

Views: 323

Answers (1)

Paz Lavi
Paz Lavi

Reputation: 11

Just remove sendDeepLinkData method. The deep linking handling is done automatically by the SDK at the onResume state.

Upvotes: 1

Related Questions