5 questions
10
votes
5
answers
7k
views
flutter - Rewarded Video Ads Error when Reload : "ad_not_loaded, show failed for rewarded video, no ad was loaded, null)"
i try to reload Rewarded Video Ads, when i call RewardedVideoAd.instance.load(adUnitId: "xxx", targetingInfo: xyz); i find below error :
W/MessageQueue(13672): Handler (android.os.Handler) {1a13e8a} ...
2
votes
1
answer
2k
views
rewarded video ad example in libGDX
I've been looking for an example, but didn't found it.
I found one without libgdx and some why it didn't work, but app also didn't crash.
public class AndroidLauncher extends AndroidApplication ...
2
votes
2
answers
2k
views
RewardedVideoAd - AdMob Mediation with Vungle - ErrorCode: 3
This is my first time working with video ads. I have followed the AdMob guide of implementing RewardedVideoAd from here and the documentation of Vungle from here. I did all the steps written in these ...
1
vote
3
answers
2k
views
Show a progress Bar when Rewarded video Ads is loading
I want to use Rewarded video ads (Admob) but I want to show a progress bar while the video ads is loading
I already try to did it with async task just to see if the video will load but it didn't work
...
1
vote
1
answer
1k
views
AdMob onRewarded() never called
Every other RewardedVideoAdListener method is called: onRewardedVideoAdLoaded(), onRewardedVideoAdClosed etc
But never onRewarded()
The video is opened, viewed until end, closed ad normally and ...