Questions tagged [rewardedvideoad]
131 questions
3
votes
0 answers
Rewarded video Google Live Ads iOS
I have implemented ADMOB Rewarded video in my iOS app. I'm getting test Ads in my app when I use this line while requesting ads
request.testDevices = [ "bf7b2fcdb42c3a1095b2e0e4a0ea35ce" ]
If I'm not using this code, I'm not getting any Ads in the…

Arun K
- 810
- 2
- 12
- 33
3
votes
1 answer
Rewarded video ad resume method
I'm implementing rewarded video on an application in c++ on ios and android, but the crash happened only on android. It happens only sometimes, when it comes from background to foreground.
I got the message Abort message:…

felipessoaf
- 71
- 6
3
votes
3 answers
Admob unity rewarded videos not working
I was using Unity ads on my android game and everything was working perfectly, except from some devices where Unity ads where not showing sometimes. So, I wanted to test Admob rewarded video to see if I could get a better performance. Here's the…

ronald677br
- 75
- 1
- 11
2
votes
0 answers
validate rewarded ad in google ad manager for web
We have a learning app with free content and subscription content.
We would like to give access to the subscription content to the users using rewarded video ads.
I can try those videos using these codes publisher-tag 1 publisher-tag 1 2.
But the…

Adrián Pastoriza
- 87
- 7
2
votes
0 answers
AdMob Ads are valid for how much time after loaded successfully?
I wanted to know that...
if we have loaded any AdMob ads (Interstitial Ads, Rewarded Ads).
then how much time it is valid to show?
Is there any time limit define to show ads after loaded?

VIISHRUT MAVANII
- 11,410
- 7
- 34
- 49
2
votes
1 answer
Admob Rewarded Ad only loading once (for new implementation - migration code) and generating Error ("..ad object has been used.")
My legacy Admob rewardedAd implementation was working fine. Today I updated to new implementation and it fails to work properly. Apart from the Admob Swift code being questionable (returning object without returning anything in function…

Caramba
- 677
- 2
- 8
- 20
2
votes
0 answers
RewardedAd causes memory leak. How to disable RewardedAd when destroying the activity in Android?
My Activity is still in the memory after running "finish()" and OnDestroy().
It is not garbage collected.
After days of analysis with Memory Profiler I have isolated the issue in the RewardedAd.
Basically, if I comment the entries in…

Pablo Alfonso
- 2,317
- 1
- 18
- 24
2
votes
0 answers
Problems with test ads - FB Audience Network
We are trying to show rewarded video ads in our game.
But we are getting this response for the test device/user.
{
code = 1;
message = "An unknown error has occurred.";
type = OAuthException;
url =…

Gag Baghdasaryan
- 716
- 1
- 11
- 22
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(…

dulongj
- 307
- 2
- 17
2
votes
1 answer
Does rewarded-ads allow to check what the user got rewarded so far?
Background
I've recently read about rewarded ads, as shown here:
https://github.com/googleads/googleads-mobile-android-examples
https://developers.google.com/admob/android/rewarded-video
The problem
I can't find any API about the recent rewards,…

android developer
- 114,585
- 152
- 739
- 1,270
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…

EpicDragon 68
- 153
- 7
2
votes
1 answer
Static reward amount for AdMob's Rewarded Video Ad
My AdMob's Rewarded Video Ad unit is configured to reward the value 20, as can be seen in the following screenshot, taken from my AdMob's console:
Though, after a successful reward callback, I get the value 10 as the reward amount:
I currently use…

Rany Albeg Wein
- 3,304
- 3
- 16
- 26
2
votes
0 answers
Add reward video to Xamarin android app IsLoaded always return false
I'm trying to add a reward AdMob video to my app my code in onCreate is
Android.Gms.Ads.MobileAds.Initialize(ApplicationContext, "APP_CODE" );
mRewardedVideoAd = MobileAds.GetRewardedVideoAdInstance(this);
mRewardedVideoAd.RewardedVideoAdListener =…

user897645
- 85
- 2
- 8
2
votes
0 answers
Audience Network new placement cannot be set to rewarded video
I am currently trying to set Facebook's Audience Network rewarded video as a mediation group in AdMob. In the documentation for this there is a step that I simply can't complete:
"Select Rewarded Video as the Display Format. Set your price setting.…

Amos Wazana
- 349
- 2
- 11
2
votes
2 answers
Admob Javascript Need reward video listeners after completed video
Hi guys I need some help implementing reward video listeners.
I have a basic setup of admob nothing else other than using the plugin https://github.com/floatinghotpot/cordova-admob-pro.git
SO Simply better said I need to reward my players after…

Bruno 58
- 95
- 13