Mee*_*eet 9 android admob google-play-services
您好 Google Play 开发者,
我们最近宣布将弃用 install_referrer 意图广播机制。由于您的一个或多个应用使用此 Intent 来跟踪引荐,我们希望确保您在 2020 年 3 月 1 日之前进行切换。在此日期之后,Play 商店应用的新版本将不再在应用安装后广播 install_referrer Intent。
需要采取的行动
迁移到 Play Install Referrer API 以跟踪以下应用和/或游戏的应用安装。
任何关于此的解决方案将不胜感激。提前致谢。
如果您使用 firebase-core SDK 进行 Firebase Analytics,则将其删除并排除 play-services 测量 sdk。
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'
}
Run Code Online (Sandbox Code Playgroud)
这可能会解决您的问题。
| 归档时间: |
|
| 查看次数: |
1730 次 |
| 最近记录: |