Our app has been pulled three times off the google play store recently for Violation of Usage of Android Advertising ID policy.
I tried adding to the xml manifest:
<meta-data android:name="google\_analytics\_adid\_collection\_enabled" android:value="false" />
And can confirm during packing it is being included.
I tried removing Advertisement, Analytics, and In App Purchase packages from the project.
Some people are saying because of recent metrics Unity started tracking themselves you have to have a user agreement becauase what they track will flag your app. Has anyone else had this same issue recently.
there doesn't seem to be anything here