Close search results
Close search results
Google play logo.

Google Play: Violation of Usage of Android Advertising ID policy

Google Play not playing around

I recently received a friendly e-mail from Google explaining that my game Ten Tiny Levels had been removed from Google Play. Excerpt:

After review, Ten Tiny Levels, com.regalraccoongames.tentinylevels, has been removed from Google Play due to a policy violation. This app won’t be available to users until you submit a compliant update.

Luckily, I did get the app back in the store after a few attempts. Read on for the solution.

The complete e-mail

Hi developers at Regal Raccoon Games,

After review, Ten Tiny Levels, com.regalraccoongames.tentinylevels, has been removed from Google Play due to a policy violation. This app won’t be available to users until you submit a compliant update.

Issue: Violation of Usage of Android Advertising ID policy and section 4.8 of the Developer Distribution Agreement

Google Play requires developers to provide a valid privacy policy when the app requests or handles sensitive user or device information. We’ve identified that your app collects and transmits the Android advertising identifier, which is subject to a privacy policy requirement. If your app collects the Android advertising ID, you must provide a valid privacy policy in both the designated field in the Play Console, and from within the app.

Next steps: Submit your app for another review

1. Read through the Usage of Android Advertising ID and User Data policies, as well as the Developer Distribution Agreement, and make appropriate changes to your app. If you decide to collect sensitive user information, be sure to abide by the above policies, and include a link to a valid privacy policy on your app's store listing page and within your app.
2. Make sure that your app is compliant with all other Developer Program Policies. Additional enforcement could occur if there are further policy violations.
3. Sign in to your Play Console and submit the update to your app.

Alternatively, you may opt-out of this requirement by removing any requests for sensitive permissions or user data.

If approved, your app will again be available with all installs, ratings, and reviews intact.

If you’ve reviewed the policy and feel this removal may have been in error, please reach out to our policy support team. One of my colleagues will get back to you within 2 business days.

Please help us improve the developer experience by completing this two question survey.

Thanks for helping us provide a clear and transparent experience for Google Play users.

Regards, The Google Play Team

Some background

This caught me by surprise. As far as I am aware, my app does not collect any data, nor does it have any ads, so assumed it was safe to skip adding a privacy policy. Turns out I was wrong.

I developed the app using Unity 3D, and it does seem like the version I was using (2018.3.12f1) made the application do something behind the scenes, using the advertising ID. The problem did also first arrive when I switched the scripting backend from Mono to IL2CPP in order to create app bundles but it might have been a coincidence.

The solution

In order to fix this, we need to 1) Create a privacy policy, 2) Upload the privacy policy to a publicly accessible URL, and 3) Add the URL the the app in the Google Play Console.

Step 1: Create a privacy policy

If you are lazy like me, and also don't collect any sensitive data, a privacy policy generator such as this one should do the job just fine.

Step 2: Upload the privacy policy to a publicly accessible URL

In my case, I simply put the text in a plain TXT file and uploaded the file to the webserver hosting the page you are reading right now. If you have a website, good - otherwise, you will need to find yourself some webspace.

Step 3: Add the URL the the app in the Google Play Console

Add the URL using the Google Play Console like so:

Expand Store presence, select Store listing, scroll down and paste the URL.
Expand Store presence, select Store listing, scroll down and paste the URL.

That's it! Your app should hopefully appear on the store shortly.

Things to note

It states in the e-mail above that the URL to the privacy policy must be accessible from within the app. In my case, this was apparently not necessary. Adding it to Google Play was enough.

Obviously, the best solution in my case would be if the use of the advertising ID in Unity 3D could somehow be disabled. It was suggested that opening the package manager in Unity 3D and removing packages related to advertising would fix the issue. I tried this but the app was soon removed again. Feel free to post a comment if you know how to accomplish this!

The game is back in the store!
The game is back in the store!
#1
Starpilot

interesting, i imagine google assumes you use user data. XD

Leave a comment





This will just take a second.

Submitting your comment...
Page Theme: Dark / Light
Erik Moberg  2024