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.
作为标题,由于我的公司营销计划,如果我使用 2 个不同的 Appsflyer 帐户(2 个不同的 appsflyer 开发密钥),我的应用程序能否在跟踪用户事件时正常工作?或者他们会互相覆盖?
有人以前做过吗?
简短的回答
(2 个不同的 appsflyer 开发密钥)我的应用程序可以在跟踪用户事件时正常工作吗?
不
或者他们会互相覆盖?
是的
详细解答:
SDK 是一个单例,AppsFlyer您只能在应用生命周期内运行一个实例。创建多个实例可能会导致意外行为,例如卸载、归因重新参与等。
AppsFlyer