I received this email for almost all of my apps, all apps are games for kids and AdMob is used to display ads. No user data is exchanged or stored by the app.
The apps are compiled with API 29.
I also contacted Google Support, but they almost resent the text of the same email!
I have no idea what this error might be about.
Has anyone encountered this problem?
Do you have a solution or suggestion to solve this problem?
But you are still using targetsdk 29. It should be 30 if your app is in Playstore.
I suggest to update the targetsdk and make sure to handle the new restrictions for this SDK.
But you are still using targetsdk 29. It should be 30 if your app is in Playstore.
I suggest to update the targetsdk and make sure to handle the new restrictions for this SDK.
This article explains how to comply with Google Play's Families policy when serving ads in apps that target children. If your app targets children as an audience and you show ads in your app, you nee
support.google.com
It says you are transmitting the AAID. Are you using FirebaseAdMob2?
Edit: The underlying Google SDK is compatible with Android 8+ (api 26+). It is recommended to set minSdkVersion in the manifest editor to 26. This is a wrapper for Google Mobile Ads v20+ SDK. It is a modified version of FirebaseAdmob (1). This library works with Google Mobile Ads v20+. The...
This article explains how to comply with Google Play's Families policy when serving ads in apps that target children. If your app targets children as an audience and you show ads in your app, you nee
support.google.com
It says you are transmitting the AAID. Are you using FirebaseAdMob2?
Edit: The underlying Google SDK is compatible with Android 8+ (api 26+). It is recommended to set minSdkVersion in the manifest editor to 26. This is a wrapper for Google Mobile Ads v20+ SDK. It is a modified version of FirebaseAdmob (1). This library works with Google Mobile Ads v20+. The...