I have an issue about Rewarded Ads cannot be loaded with my Admob Key.
With test keys from google admob, they show me test rewarded video for me successfully, but with my Admob Key, they just failed in loading rewarded video.
I've just changed admob key from sample project to my key got from my admob account. but Rewarded video doesn't show up. I've never seen video with my key.
But banners works successfully. Sometimes It disappears but after i touch the place banner has to be, banner shows up.
Only problem is with rewarded ads.
First, I had seen this message, before I got some change in my admob apps and units setting.
W/Ads ( 5129): Failed to load ad: 3
I/Ads ( 5129): Starting ad request.
I/Ads ( 5129): This request is sent from a test device.
W/Ads ( 5129): Not retrying to fetch app settings
W/Ads ( 4615): App does not have the required permissions to get location
W/Ads ( 5129): Fail to instantiate adapter GADMAdapterGoogleAdMobAds
W/Ads ( 5129): android.os.RemoteException
W/Ads ( 5129): at com.google.android.gms.internal.ads.zzxm.zzbp(Unknown Source)
W/Ads ( 5129): at com.google.android.gms.internal.ads.zzxm.zzbo(Unknown Source)
W/Ads ( 5129): at com.google.android.gms.internal.ads.zzxm.zzbm(Unknown Source)
W/Ads ( 5129): at com.google.android.gms.internal.ads.zzxo.dispatchTransaction(Unknown Source)
W/Ads ( 5129): at com.google.android.gms.internal.ads.zzek.onTransact(Unknown Source)
W/Ads ( 5129): at android.os.Binder.transact(Binder.java:380)
W/Ads ( 5129): at oh.a(:com.google.android.gms.dynamite_dynamitemodulesa@1268...@12.6.85 (020308-197041431):10)
W/Ads ( 5129): at com.google.android.gms.ads.internal.mediation.client.d.a(:com.google.android.gms.dynamite_dynamitemodulesa@1268...@12.6.85 (020308-197041431):5)
W/Ads ( 5129): at com.google.android.gms.ads.internal.reward.a.a(:com.google.android.gms.dynamite_dynamitemodulesa@12685009@12.6.85 (020308-197041431):15)
W/Ads ( 5129): at com.google.android.gms.ads.internal.reward.mediation.j.a(:com.google.android.gms.dynamite_dynamitemodulesa@1268...@12.6.85 (020308-197041431):27)
W/Ads ( 5129): at com.google.android.gms.ads.internal.util.b.run(:com.google.android.gms.dynamite_dynamitemodulesa@12685009@12.6.85 (020308-197041431):4)
W/Ads ( 5129): at com.google.android.gms.ads.internal.util.m.call(:com.google.android.gms.dynamite_dynamitemodulesa@12685009@12.6.85 (020308-197041431):3)
W/Ads ( 5129): at com.google.android.gms.ads.internal.util.n.run(:com.google.android.gms.dynamite_dynamitemodulesa@12685009@12.6.85 (020308-197041431):3)
W/Ads ( 5129): at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:422)
W/Ads ( 5129): at java.util.concurrent.FutureTask.run(FutureTask.java:237)
W/Ads ( 5129): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
W/Ads ( 5129): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
W/Ads ( 5129): at java.lang.Thread.run(Thread.java:818)
After I have edited some options in units and
I/Ads (30314): Starting ad request.
I/Ads (30314): This request is sent from a test device.
I/Ads (30314): No fill from ad server.
W/Ads (30314): Failed to load ad: 3
Still I got 'No fill from ad server. Failed to load ad: 3', and I tried everything I can do.
Banners and interstitials works perfectly, but I can not load rewarded ads.
But with test key, rewarded video works perfectly.
How do I get a solution?