本文介绍了需要采取的措施在2020年3月1日之前切换到Play Referrer API的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我收到了来自Google的电子邮件,如下所示:-

I got the email from Google as follows: -

我们最近宣布将弃用install_referrer 意向广播机制.因为您的一个或多个应用使用了此功能 旨在跟踪引荐,我们希望确保您进行切换 2020年3月1日之前.此日期之后,Play商店的新版本 应用后,应用将不再广播install_referrer意向 安装.

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.

需要采取行动

迁移到Play Install Referrer API以跟踪您的应用安装 适用于以下应用和/或游戏.

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

但是在我的应用程序中,我没有在任何地方使用它.该警告的可能原因是什么?

But in my application I am not using it any where. What could be the possible reason for this warning?

推荐答案

我检查了Firebase对此的支持,因为我可以看到Firebase库正在使用install_referrer.得到了他们的回应:

I checked with Firebase support for this, as I can see firebase libraries are using install_referrer. Got below response from them:

我认为我们应该等待Firebase库的下一次更新,他们可能会修复它.我们的截止日期是2020年3月1日.我认为Firebase团队足以更新这些库.

I think we should wait for the next update for firebase libraries, they might fix it. We have the deadline of March 1st, 2020. I think it is enough for the firebase team to update the libraries.

如果您是自己在代码中使用此API的,则您需要立即对其进行更改,因为您不必依赖Firebase或任何其他第三方库提供程序.

If you have used this API in your code by yourself, then you need to change it immediately as you are not depending on firebase or any other third party library provider.

这篇关于需要采取的措施在2020年3月1日之前切换到Play Referrer API的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-22 23:36