I received message today from google play
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.
I am using unity3d and my project have (Firebase & AdMob ), but i don't know what can i do because this libraries from google!
The root cause is the following permission added to merged manifest by either your Admob or Firebase
<uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE" />
For Firebase you should probably stay tune to next Firebase update from Google, but if you have only Admob in your project and you are using com.google.android.gms:play-services-ads:18.2.0 in your build Gradle ,update to 18.3.0 (or later) then re-build and verify if this permission is removed from merged-manifest (generated in your build folder) in your Intermediate folder!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With