Android Question Play store app listing shows "Contains ads" incorrectly

toby

Well-Known Member
Licensed User
Longtime User
Earlier I implemented Admob in the app, and now I've changed my mind and removed it from my app by doing the following
  1. Removed Firebase Admob library
  2. Removed related code in the app
  3. removed firebase related entries in the Manifest
  4. Make sure that there is no related firebase project at the firebase console
  5. Make sure that Admob API at the Google Cloud Platform is not enabled
But the listing still shows "Contains ads". I guess I'm missing something obvious; could someone kindly give me some hints, please?

TIA
 
Solution
I think I've found the solution.

In Google Play Console with my app selected, I went to App Content, select Manage under Ads, check "No, my app does not contain ads", and Save.

toby

Well-Known Member
Licensed User
Longtime User
I think I've found the solution.

In Google Play Console with my app selected, I went to App Content, select Manage under Ads, check "No, my app does not contain ads", and Save.
 
Upvote 0
Solution
Top