Google Play and Android recently announced several new policy updates and technical changes. Review the following recommendations to ensure that your app stays up to date and in compliance.
Keep your Google Mobile Ads (GMA) SDK up to date
Apps updating their target to Android 13 will need to declare a Google Play services normal permission in the Android manifest file in order to use the advertising ID. For apps that do not declare this permission and target Android 13, the advertising ID will automatically be removed and replaced with a string of zeroes.
You can update your app to GMA SDK 20.4.0+ , which will automatically have the permission declared. If you’re using GMA SDK 20.4.0+ , no further action is required to continue using the advertising ID.
To learn more about the new permission, including how to disable it, refer to the Play Console Help Centre.
About SDK instance ID
With the latest versions of the GMA SDK, a rotating SDK instance ID is automatically generated for each app to ensure effective delivery, display and integrity of ads. SDK instance ID is unique for your apps and helps maximise your apps' ad performance.
Provide information for Google Play's Data safety section
In May 2021, Google Play announced the new Data safety section, a developer-provided disclosure of apps' user data collection, sharing and security practices.
You are required to tell Google Play about your apps' privacy and security practices by completing a form in Play Console. This information will be shown on your shop listing to help Google Play users understand how you collect and share user data before they download your app.
Learn more about Google Play’s Data safety section and how to prepare for Google Play's data disclosure requirements.
Review updates to the Google Play Families policy
Google Play announced updates to the Families Policy Requirements. If one of the target audiences for your app is children, your app must not transmit certain identifiers (including the advertising ID) for children or users of unknown age.
If your app has a target audience that includes children, we recommend updating to Android 20.6.0 GMA SDK or later.
This SDK update ensures that the advertising ID is not transmitted when an ad request is tagged for child-directed treatment through tagForChildDirected (TFCD) or tagForUnderAgeOfConsent (TFUA).
If your app has a mixed audience, you may need to implement a neutral age screen in order to differentiate between children and adults.