0

我这样设置appsFlyer:

val listener = object : AppsFlyerRequestListener {
            override fun onSuccess() {
                Log.d("LOG_TAG", "Launch sent successfully")
            }
            override fun onError(errorCode: Int, errorDesc: String) {}
        }
    AppsFlyerLib.getInstance().start(this, AF_DEV_KEY, listener)

AppsFlyer 仪表板上的 AppsFlyer UID 未知。在我之前的项目中,这段代码运行良好。但是在上一个项目上,是没有定义AppsFlyer UID的。

4

0 回答 0