gpt4 book ai didi

android - 播放安装引用库

转载 作者:行者123 更新时间:2023-12-02 15:23:20 25 4
gpt4 key购买 nike

Hello Google Play Developer,

We recently announced that we’ll be deprecating the install_referrer intent broadcast mechanism. Because one or more of your apps uses this intent to track referrals, we wanted to ensure you make the switch before March 1, 2020. After this date, new versions of the Play Store app will no longer broadcast the install_referrer intent after app installs.

Action required

Migrate to the Play Install Referrer API to track your app installs for the following apps and/or games.

  • 我最近收到了这封来自 Google 的电子邮件。
  • 我在 Android 应用中使用 Firebase Analytics 和崩溃报告来跟踪应用行为。
  • 开发者文档主要强调了正在使用广告服务的应用程序,但我的应用程序中并未使用这些广告服务。

任何与此相关的解决方案都将受到高度赞赏。提前致谢。

最佳答案

如果您使用 Firebase-core SDK 进行 Firebase Analytics,则将其删除并排除 play-services 测量 SDK。

根据 Firebase SDK release notes :

No longer add the Android library com.google.firebase:firebase-core.
This SDK included the Firebase SDK for Google Analytics.
Now, to use Analytics (or any of the Firebase products that require or recommend the use of Analytics),
you need to explicitly add the Analytics dependency:

implementation ("com.google.firebase:firebase-analytics:17.2.1"){
exclude group: 'com.google.android.gms', module: 'play-services-measurement'
exclude group: 'com.google.android.gms', module: 'play-services-measurement-sdk'
exclude group: 'com.google.android.gms', module: 'play-services-measurement-impl'
}

这可能会解决您的问题。

关于android - 播放安装引用库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59282970/

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