Skip to main content
Filter by
Sorted by
Tagged with
10 votes
5 answers
7k views

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} ...
questionasker's user avatar
2 votes
1 answer
2k views

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 ...
Lizard Derad's user avatar
2 votes
2 answers
2k views

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 ...
Hussein El Feky's user avatar
1 vote
3 answers
2k views

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 ...
Amine Karimi's user avatar
1 vote
1 answer
1k views

Every other RewardedVideoAdListener method is called: onRewardedVideoAdLoaded(), onRewardedVideoAdClosed etc But never onRewarded() The video is opened, viewed until end, closed ad normally and ...
zngb's user avatar
  • 633