gpt4 book ai didi

google-analytics - 在Android应用程序中支持多个Install接收器

转载 作者:行者123 更新时间:2023-12-03 16:21:20 28 4
gpt4 key购买 nike

我们要求使用以下代码在我的Android中支持多个Install接收器

<receiver android:name="com.google.android.apps.analytics.AnalyticsReceiver"
android:exported="true">
<intent-filter>
<action android:name="com.android.vending.INSTALL_REFERRER" />
</intent-filter>
</receiver>


但是由于INSTALL_REFERRER只能由应用程序中的一个接收器接收,因此我们无法在其他BroadcastReceivers中获得安装引用器。

最佳答案

你是对的。不支持多安装接收器。但是有一个出路。

本文介绍了如何完成-> https://mixpanel.com/help/questions/articles/how-can-i-use-multiple-install-trackers-with-the-android-library

关于google-analytics - 在Android应用程序中支持多个Install接收器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24624691/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com