I've been encountering issues while trying to display rewarded video ads in my app. Every time I attempt to load the ad, it immediately goes to the "failed to load ad" method.
On my phone, the error message reads:
W/Ads: Fail to instantiate adapter com.google.ads.mediation.chartboost.ChartboostAdapter
android.os.RemoteException
at com.google.android.gms.internal.zzgy.zzbx(Unknown Source)
... (error details continue)
While using the emulator, I'm getting this error:
There was a problem getting an ad response. ErrorCode: 0
I don't think the issue lies with AdMob as I have successfully implemented banner ads. The problem seems to be specific to Chartboost as a mediation platform.
(Code snippet importing necessary libraries and initializing variables)
In addition to loading the ad, I have also implemented other methods for handling rewards and user interactions within the app.