我正在将AppsFlyer与Android native 应用程序集成。我想使用Deferred Deep Linking,当用户单击着陆页广告并下载该应用程序时,在第一个应用程序打开时,用户直接登陆我想要的 Activity 。
链接文档:https://support.appsflyer.com/hc/en-us/articles/207032096-Deferred-Deep-Linking-Getting-the-Conversion-Data
但是我还没有找到一种方法来检查我的代码是否正确运行。
请帮我解决这个问题
最佳答案
对我有用的是:
didFinishLaunchingWithOptions
中的AppDelegate.swift中启用 Debug模式AppsFlyerTracker.shared().isDebug = true
之后,在第一次安装时,它将调用
onConversionDataReceived
方法和其余人员。关于android - 如何使用AppsFlyer测试延迟的深层链接?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/54105357/