AppsFlyerSDK / appsflyer-adobe-mobile-android-extension

AppsFlyer Android SDK Extension for Adobe Mobile SDK
2 stars 3 forks source link

Documentation is out-of-date #35

Open jnfran92 opened 1 year ago

jnfran92 commented 1 year ago

Version: '6.10.3' According to this doc: https://github.com/AppsFlyerSDK/appsflyer-adobe-mobile-android-extension/blob/master/docs/Guides.md#deeplinking

When using:

    @Override
    protected void onCreate(Bundle savedInstanceState) {
    ...
        AppsFlyerLib.getInstance().setPluginDeepLinkData(getIntent());
    }

Then, the following error is returned:

Cannot resolve method 'setPluginDeepLinkData' in 'AppsFlyerLib'

Please, could you update it? What is the fix for the setPluginDeepLinkData deprecated method?

pazlavi commented 1 year ago

Hi @jnfran92, Thank you for raising this.

The method setPluginDeepLinkData() was removed long ago and is no longer needed. The deep links are handled automatically by the SDK.