此问题的解决方法是使用 setDeepLinkData 方法代替 sendDeepLinkData 方法。以下是代码示例:
旧代码:
AppsFlyerLib.getInstance().sendDeepLinkData(activity);
新代码:
AppsFlyerLib.getInstance().setDeepLinkData(activity.getIntent());
上一篇:AppsFlyer iOS编译错误:“AppsFlyerTracker.shared().delegate = self”失败。
下一篇:AppsFlyerAndroid错误代码40:连接conversions.appsflyer.com/0.0.0.0:443失败。