Questions tagged [rewardedvideoad]
131 questions
2
votes
0 answers
AdMob Rewarded Video Load Fails on IOS
I'm trying to control AdMob Rewarded Video Ad by C++, since I'm working on Cocos2d-x project on IOS, following this tutorial. -> https://firebase.google.com/docs/admob/cpp/rewarded-video. But same error keeps occuring when try to request ad by…

Hovenia Dulcis
- 23
- 6
2
votes
0 answers
Admob Rewarded Video works in debug mode but not when i compile in release mode
Admob Rewarded Video works in debug mode but not when i compile in release mode.
The app force close. Why?
I also have normal and interstitial banner and both works perfectly.
In release mode the app doesn't find the methods :/
The thread…

ephramd
- 561
- 2
- 15
- 41
2
votes
1 answer
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 implements AdHandler, RewardedVideoAdListener{
…

Lizard Derad
- 379
- 1
- 4
- 21
2
votes
1 answer
Admob starts to serve its own rewarded videos
Recently I've received following mail from admob:
Engage users with rewarded video and maximize the value of content
At GDC this week, we launched Google’s video advertising demand from AdWords, making it accessible to all AdMob developers.
Now…

undefined
- 623
- 7
- 27
2
votes
1 answer
Unity AdMob ads not displayed
I'm making a game on Unity 5.5 and I've followed Google's Official AdMob Getting Started Guide to integrate AdMob into my game (currently iOS-only, but Android will also follow when I get this working).
I've set up my game at the AdMob console and…

Can Poyrazoğlu
- 33,241
- 48
- 191
- 389
2
votes
2 answers
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 guides. However, when I deploy my app on my…

Hussein El Feky
- 6,627
- 5
- 44
- 57
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
Add a cool down period before AdMob rewarded video can be viewed again
The reward button will be disabled in this period to inform the user. Once the cool down ends, an ad will be loaded and button will become clickable. I plan to do this using Handler.postDelayed() and shared preferences.
Can AdMob frequency capping…

secretshardul
- 1,635
- 19
- 31
1
vote
1 answer
How to reward user points in kivy from rewarded video ads
I am trying to solve a problems from Weeks and I have to finally ask question on this website.
Problem :-
When the user plays the video Ad the points are increased and user is rewarded. But when user purchase something from points then the points…

Abhay Jaiswal
- 21
- 5
1
vote
0 answers
[expo-ads-admob][IOS [Android works]] - Rewarded add closes immediately
So I have ejected my Expo app a while ago and now would like to use the expo-ads-admob package for the Admob integration. I followed the installation instructions and I can successfully show Banners ads in the Android and IOS app. The Android app…

MarkT
- 97
- 1
- 11
1
vote
2 answers
Rewarded Ads - Disallowed Rewarded Implementation
Rewarded ads may only be served after a user affirmatively opts to view a rewarded ad. Additionally, a user must opt to view each rewarded ad individually and cannot opt-in to automatically seeing rewarded ads.
Not understand what admob want to say…

Yogesh Alai
- 151
- 1
- 5
1
vote
1 answer
Trying to subclass GADRewardBasedVideoAdDelegate on Swift
I am trying to create a singleton class, subclass of GADRewardBasedVideoAdDelegate. Something like this:
import Foundation
import GoogleMobileAds
class MyAdsManager : GADRewardBasedVideoAdDelegate {
private let id : String = "MY_ADMOB_ID"
…

Amg91
- 165
- 8
- 25
1
vote
2 answers
Why do App Developers restrict the number of rewarded video ads, a user can view per day?
I have seen in many apps, that it allows the user to view rewarded video ads, only certain number of times in a day. But, the more ads the users see, more is the revenue for the developer. Then, why is the developer doing so?
P. S - I am developing…

Neville Joseph
- 39
- 4
1
vote
1 answer
Admob Rewarded Ads video limit
In my app I distribute coins to the users, every month user with highest coins will be rewarded by a gift from us. Here users can earn coins only by watching Ad mob rewarded videos. I want to know can i allow the users to continuously watch the…

Rajesh Uragonda
- 31
- 3
1
vote
1 answer
Lock a Button With timer displayed on the button in android studio
I am Working on a android app in which I am displaying a rewarded video ad and want that button to be locked for 10 minutes, I want a timer to be displayed on button after one uses it, here is my java file
watch_video_buuton.setOnClickListener(new…

dhruv bhati
- 31
- 10