I have a multiplication application for children. I am using unityads for ads. To comply with Google’s policies for children, no ID must be transmitted.
I have the code with these options:
– Flag for personalized ads before initialize
unityads.setPersonalizedAds( false )
unityads.setPrivacyMode( “app” )
– Set user consent, after init unityAds
unityads.setHasUserConsent( false )
But google rejects the app because I transmit some advertising or device identifier:
Issue details
We found an issue in the following area(s):
- APK 12: Policy Declaration - Data Safety Section: Device Or Other IDs Data Type - Device Or Other IDs (some common examples may include Advertising ID, Android ID, IMEI, BSSID)