Hi guys,
I am having trouble getting mediation to work with Amazon ads. Since it doesn't have an adapter in the AdMob mediation list, I have to write a CustomEvent for it.
I've followed the instructions, and gone over them multiple times to make sure I didn't miss anything, but I can't get it to work.
Logcat is giving the message: Could not instantiate custom event adapter: com.mypackage.AmazonCustomEventBanner
The code in my custom event class is never called (requestBannerAd)
I don't know how to debug it further. Is there a way for me to know why the custom event can not be instantiated?
Hope someone can help me out!
-Joachim