googleads / googleads-mobile-unity

Official Unity Plugin for the Google Mobile Ads SDK
https://developers.google.com/admob/unity
Apache License 2.0
1.34k stars 1.09k forks source link

Different error codes for No Fill error on iOS and Android #3127

Closed spdhag closed 5 months ago

spdhag commented 5 months ago

[REQUIRED] Step 1: Describe your environment

[REQUIRED] Step 2: Describe the problem

Steps to reproduce:

After implementing the Ads Consent Form, we noticed more no fill errors which is expected, but the error code given on iOS and Android are different. Android Error Code 3 while on ios No fill is Error Code 1

NVentimiglia commented 5 months ago

Hi @spdhag

That is expected. The Admob SDK has differences on iOS and Android, this is one of them. The Unity plugin does its best to reconcile these differences, but some will persist.

Thanks, Nick