Google has put a new option on their Pricing and Distribution page of their Google Play Developer Console that requires publishers to declare if they have ads or not. Our ap
I have follow below steps and It removes the notification
First check that which gradle package contains "play-services-ads-identifier" package depency. You can add update those packages like below:
implementation ('com.google.firebase:firebase-analytics') {
exclude module: "play-services-ads-identifier"
}
Second, If you have analytics package in your gradle which contains ads then you have to follow these steps OR you can skip it. You can add below tag in your app's manifest's tag.
Hope it will help you as well.