Questions tagged [admob-rewardedvideoad]

154 questions
0
votes
2 answers

How to use AdMob rewarded in fragment

I am newbie in Android and I am trying to use AdMob rewarded ad in fragment.My app have bottom navigation bar which has three fragments. I want to know how to load rewarded ad in fragment.
0
votes
1 answer

Rewarded Video Ads version 20.0.0 above in Adapter

I'm new in Java and I want to implement Reward Video Ads version 20.0.0 or above in Adapter.class. Everything runs well as I read in this link https://developers.google.com/admob/android/rewarded, till I found the codes to show reward ads. The codes…
0
votes
1 answer

Rewarded ads not working properly in Android

Here is mine MainActivity - class MainActivity() : AppCompatActivity() { private var btn1: Button? = null private var mRewardedAd: RewardedAd? = null override fun onCreate(savedInstanceState: Bundle?) { …
Rahul
  • 117
  • 1
  • 14
0
votes
1 answer

Java.lang.verifyerror when using admob rewarded ads

Whenever I opened my app it is crashing and shows below error Error image I have noticed that it is occurring when I use admob rewarded ads code pls anyone help. Thank you
0
votes
1 answer

Cant implement Admob rewarded video ads in my app. Cannot create an instance of an abstract class. | RewardedAd()

enter image description here As you can see I followed google's official documentation, but still it throws error every time. It says cannot create an instance of an abstract class.
0
votes
1 answer

How can play a audio After Rewarded Ad closed

I want to play Audio when the rewarded Ad is completed and dismissed from the ad screen. Here is my code:- var rewardedAd: GADRewardedAd? override func viewDidLoad() { super.viewDidLoad() rewardedAd?.fullScreenContentDelegate…
Y Junction
  • 181
  • 1
  • 15
0
votes
1 answer

ads not showing with AdMob GMA SDK 7.64

I have updated my new app (on IOS) with the SDK 7.69 version following the message in my google AdMob account "Some of your iOS apps require a GMA SDK update". The app update was accepted on the App Store, including the new apple…
0
votes
1 answer

Rewarded Interstitials - How to react to a user cancelling an Ad? (AdMob Google Ads, iOS)

I'm implementing GADRewardedInterstitialAd into a game. https://developers.google.com/admob/ios/api/reference/Classes/GADRewardedInterstitialAd I'm using presentFromRootViewController:userDidEarnRewardHandler to react to the user finishing the…
Luc Bloom
  • 1,120
  • 12
  • 18
0
votes
1 answer

Pass username to another activity with RewardedAd

The problem is that I am trying to pass the name of the user when the adReward is complete to another activity. But I'm stuck in this activity, even though the video ad is loaded. (and it works well while there are no video ad to show). Here is my…
0
votes
0 answers

How can I make unskippable ads?(AdMob)

I'm working with AdMob rewarded ads, in the AdMob test rewarded ad the video length is 5 seconds, and after 5s a skip button appears, and I do have several questions: Does all ad videos length will be 5 seconds? Can I make unskippable ads? Can I set…
Adel kanso
  • 23
  • 2
  • 5
0
votes
2 answers

How to show Rewarded Video ads After Toast in Android Studio

If a user win Puzzle Game Level than I make a Toast "You Win Play Next Level" and then I want to show rewarded video ads. What code will be there to show Admob Rewarded Video Ads after Toast in android studio? if (isSolved()) …
0
votes
1 answer

Any limitation on number of rewarded ads on mobile app

I'm developing a mobile app which allows the users to add posts. To add posts, users required some 'diamonds'. User can earn diamonds when they signup, collect daily diamonds and by watching Google reward ad. When a user reached insufficient number…
user2609021
  • 681
  • 2
  • 11
  • 30
0
votes
2 answers

Unity - I'm getting duplicate rewards on admob Reward Based Video Ads

So I added a Reward based ad on my Unity Project, I want to reward the user with 300 coins for watching an ad but I'm getting duplicated rewards everytime. I think I know where is the problem, but I can't solve it! I have this Start Function and a…
0
votes
1 answer

Show AdMob Rewarded Ad multiple times in React Native

I have created a Button to display a rewarded Ad whenever it gets clicked. There are two issues now: 1. It takes too much time to load the Ad (I can click the button once or twice before anything happens). 2. I want to reload the Ad right after it…
0
votes
0 answers

Android: unable to display Rewarded Video Ads even when event button is clicked

When I click the button to trigger the rewarded video ad, an Admob ad should show, However it doesn’t show up. Nothing happens. What are the possible mistakes that I might have made in my integration? Since it didn't work. I removed it so I don't…
Jennifer
  • 1,822
  • 2
  • 20
  • 45