Questions tagged [admob-rewardedvideoad]

154 questions
2
votes
0 answers

Google Reward Video Ad Skip Button Closing ViewController

I use GADRewardBasedVideoAd. If I watch the video to the end it works fine, but when I press the skip video button after 5 sec. The Video ad is being dismissed, but so is the view that presented the add. Any help would be appreciated. I do nothing…
Aidan
  • 21
  • 2
2
votes
0 answers

Admob reward video match rate very low

I'm having trouble trying to identify why my rewarded video adunit has so low match rate... I've 4 ad units on my app... each of them stands for one size of ad banner, large_banner, medium_rectangle and rewarded video these are the statistics from…
Rafael Lima
  • 3,079
  • 3
  • 41
  • 105
2
votes
1 answer

Can't load ad second time while integrating AdColony with Mediation

I have implemented Admob's Rewarded Video ads with Mediation from AdColony. The ads load fine but when I change device orientation or when I exit the app and come back, the ad fails to load with error code 3, which is a no fill error. Since I am…
Usman
  • 2,331
  • 2
  • 21
  • 29
2
votes
0 answers

Unity app crashes when AdMob rewarded video ends

Using test ads on an iPhone I can get the rewarded ad to display, but when it closes the app crashes. The function I'm using is: public void HandleRewardBasedVideoRewarded(object sender, Reward args) { MonoBehaviour.print(…
2
votes
0 answers

AdMob - "No ad returned from any ad server" error

I'm using Ionic 3 with admob-free plugin. Test reward ad doesn't show on iOS device. It works on simulator, when I build it to my device, LOAD_FAIL event returns: {"isTrusted":false,"error":"No ad returned from any ad…
potan
  • 63
  • 1
  • 3
  • 13
2
votes
2 answers

Android Admob Error code 0

The admob get error on onrewardedvideoadfailedtoload method . The error gettings just tablets. But i don't know why. Is there any idea about that ? The error code is 0
Zibian Domichi
  • 185
  • 1
  • 11
2
votes
2 answers

AdMob Rewarded Video breaks when switching activities

My app consists of two activities: MainActivity and RoomOne, When the user press on a button a Rewarded Video Ad is shown, and as a reward the user is allowed access to the RoomOne Activity, however when the user is taken to RoomOne activity, when…
2
votes
2 answers

Crash when resume an AdMob RewardedVideoAd

With the last AdMob version, 15.0.0, I getting a crash when try to resume a RewardedVideoAdafter return from another Activity. java.lang.ClassCastException: com.google.ads.mediation.admob.AdMobAdapter cannot be cast to…
Aracem
  • 7,227
  • 4
  • 35
  • 72
1
vote
0 answers

Is it necessary to set a minimum time to allow the next Rewarded Ad to appear since the last Rewarded Ad finish

I am thinking of integrating Rewarded Ad into the app (the first time I do it), so I have 2 questions: My app uses Banner Ad throughout the app lifecycle, so if I add a button for the user to choose to view the Rewarded Ad, is it a violation?…
Kel
  • 453
  • 1
  • 11
  • 29
1
vote
0 answers

problems with the OnAdPaid event ADMOB

hello and sorry for my bad english i'am native french speaker, i have a problem with admob, the OnAdPaid event is never called when i use real ads, but works perfectly with test ads. I would like to give a reward to a player when the advert passes…
GMBK
  • 21
  • 2
1
vote
1 answer

Access denied finding property "vendor.oplus.media.vpp.stutter"

Thankyou in advance for reading this question. Im currently trying to use google admob in my apps, it is working, but i kept getting spam of Access denied finding property "vendor.oplus.media.vpp.stutter". This is the package that im using…
1
vote
1 answer

Admob React Native google mobile ads (RewardedAd) showing white screen before loading the ads

What is wrong on this below code? The ads are appearing when I change the screen but before loading the Ads I am getting white screen for 2-3 seconds. Why it's happening? Thank you in advance for your time and support. import React, { useState,…
1
vote
1 answer

Ionic AdMob Plus - How to track user rewards in a RewardedAd and show the updated balance in the UI?

I am working with the AdMob-Plus plugin and trying to integrate the RewardedAd as shown here. THE ISSUE: I want to offer 3 coins for every RewardedAd watched. My main issue is that I am unable to figure out how to track successfully after a user has…
Devner
  • 6,825
  • 11
  • 63
  • 104
1
vote
0 answers

AdMob ExoPlayerImplInternal: Renderer error

I am using AdMob in my Android app. Ads are usually working fine. However, sometimes I get following errors when trying to load a RewardedAd. It often appears when loading multiple (different) ads. Once this error appears, no other AdMob ads…
Panther
  • 435
  • 4
  • 16
1
vote
0 answers

Google Reward Ad for admob on flutter, not showing after i click on button

I want to open a RewardedaD when the user clicks on a button (Hint button), but the Rewarded Ad does not show on the first click, its loads and then stops, but the RewardedAd shows when i click the button a second time, i followed the tutorial…
mbakabilal
  • 189
  • 2
  • 12
1 2
3
10 11