Questions tagged [rewardedvideoad]

131 questions
15
votes
3 answers

Loading multiple AdMob videos

For demonstration purposes, the app has one activity that simply offers this: You click a button, view a rewarded video, and you are rewarded with whatever. The Problem How can I load the videos? From what I have seen you can only call mAd.loadAd()…
zngb
  • 601
  • 1
  • 7
  • 24
10
votes
5 answers

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} sending message to a Handler on a dead thread …
questionasker
  • 2,536
  • 12
  • 55
  • 119
9
votes
6 answers

Admob android : Rewarded video not showing sometimes

I want to implement rewarded video on my android application, the first time i click to show video, is works just fine, but after that the second or the third time i click to show it again, it doesn't work, and throws on the log : W/MessageQueue:…
Brahim Belghmi
  • 151
  • 1
  • 2
  • 12
8
votes
0 answers

Reward video compatible with Swift 3.0?

I am using Swift 3.0 and Xcode 8 Beta 6. My app is not released on the AppStore yet. I think I am missing something here but I don't know what. I used iAds before with other apps without any problem. But this is the first time Im trying Rewarding…
Tulleb
  • 8,919
  • 8
  • 27
  • 55
5
votes
2 answers

Why rewarded video ad type is not showing in create placement at Facebook Audience Network?

I have a gaming app and I am using admob for mediation. For banner and interstitial ad I am using admob and Facebook Audience Network. But for rewarded ad I want to use Facebook Rewarded Video ad too. But when I am trying to create a placement…
4
votes
0 answers

I can't use SSV with expo-ads-admob

I can't use ServerSideVerifications for Expo Admob I am using expo-ads-admob in my app. I set my ad for server side verification but I can't set user_id or custom data for ad in my app. await AdMobRewarded.requestAdAsync({ servePersonalizedAds:…
4
votes
1 answer

What are the options for Rewarded Video Ads if one developing game in WebGL within Unity3D?

I searched internet and there were not any useful links. Some said to use Ad Sense but i think it is against facebook policy if it is to be published to FB Canvas(Correct me if i am wrong). Are there any plugin that are available? Or Is there any…
4
votes
0 answers

Rewarded Video Ad Exception

I was testing out the Rewarded Video Ad functions , it seems to be working fine until i got an exception, the video ad seems to show up great but sometimes it is not showing at all ! The Video Ad is loaded and the onRewardedVideoAdFailedToLoad Is…
Altaiir
  • 477
  • 1
  • 5
  • 16
4
votes
3 answers

Admob rewarded video Ad Failed to load

I am trying to integrate admob rewarded ad in my app but it always shows ad failed to load and the following error comes up on logcat Fail to instantiate adapter com.google.DummyAdapter I also tried to run the sample rewarded video app on github…
Aziz
  • 1,976
  • 20
  • 23
4
votes
1 answer

Admob Reward Video Ads don't work with test devices

We want to integrate Reward Video Ads in our app (https://firebase.google.com/docs/admob/android/rewarded-video). The ads work great if we don't provide the test device. However, if we do, we receive error code 0 aka ERROR_CODE_INTERNAL_ERROR, so…
3
votes
1 answer

Fyber Rewarded Videos and offerwall iOS

I am working on the Fyber SDK to show offer wall and reward videos. I have implemented proper code for it by following its documentation. Earlier it was showing the Game Ads properly but suddenly it stopped working. I am unable to find the reason…
Minkle Garg
  • 723
  • 3
  • 9
  • 35
3
votes
1 answer

Google AdMobs's rewarded video only loads sometimes

I'm trying to implement Ads in my App. Currently I am working on Google Ad Mobs Rewarded Video Ads. My Problem is, that after the first time I press the button which should load the ad an error becomes: Unhandled Exception:…
3
votes
1 answer

IronSource Rewards video load

I'm using IronSource for mediating rewards video. The first time it works OK but there's no way of loading the reward video second time without killing the app. I checked their SDK and there's no loadReward or requestReward in their API. The first…
3
votes
1 answer

AdMob Rewarded Video Ad error (exception)

Admob RewardedVideoAd sometimes does not show video. For the first time, advertising is always shown. For the second or third time, advertising is not shown. In this case, I get such a log: 03-24 13:08:26.754 4458-4458/net.dailytoys.afterthecrash…
Pasha Oleynik
  • 477
  • 5
  • 21
3
votes
1 answer

In AdMob Rewarded Video Ad implementation, where to implement and set the reward item?

I followed instruction about the Rewarded Video Ads at https://developers.google.com/admob/android/rewarded-video and checked the google ad sample code…
Nathan
  • 128
  • 3
  • 12
1
2 3
8 9