-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adapter doesn't report success #37
Comments
I fail to see the real reason for
Also note that the |
The plugin also needs
This, of course, means that you have to copy the source and incorporate it into your own app rather than referencing it on GitHub. Something that I'd suggest, anyway, because of the current errors. You can also hardwire all your other identifiers like your add unit ids, too. |
Contrary to what the source says:
huawei.ads.admob_mediation/admob_mediation/src/main/java/com/hmscl/huawei/admob_mediation/all_ads.kt
Lines 77 to 84 in deb4ef1
it is called, very much so, and expects to be called back as:
Otherwise, the GMS will wait for the timeout, note a failure with the adapter and won't use it at all.
So:
See the documentation at: https://developers.google.com/ad-manager/mobile-ads-sdk/android/custom-events/setup
The text was updated successfully, but these errors were encountered: