Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已成功集成 appsflyer sdk 以跟踪安装,但遇到了同步问题:我在 AppDelegate 中实现的 onConversionDataReceived 方法被调用太晚,在继续我们的应用程序流程之前确保调用它的最佳做法是什么?
onConversionDataReceived 是从 SDK 中自动调用的,它不是同步问题。
转换数据需要在 Appsflyer 的服务器上计算,有时它依赖于外部数据(Facebook、Twitter 等)。这需要几秒钟。
另一件事是,一旦已经计算了转换数据,onConversionDataReceived 返回的速度要快得多。