Questions tagged [admob-rewardedvideoad]
154 questions
0
votes
1 answer
Admob Adreward fails to load, error code 0
When I tried to load the ad, sometimes it shows the error code 0
rewardedAd = new RewardedAd(getActivity(), "ca-app-pub-3940256099942544/5224354917");
RewardedAdLoadCallback adLoadCallback = new RewardedAdLoadCallback() {
@Override
…

Hai Hack
- 948
- 13
- 24
0
votes
1 answer
add multiple rewards from admob reward videos
I have my code set up to when user finishes watching reward ad video, text view updates to "points : 01" . I would like this to update one point each time a video is watched for example "points : 02" etc. I have tried to just add a second .setText…

Carlos Craig
- 149
- 1
- 14
0
votes
1 answer
After Watching Rewarded Video, how to stop showing all ads in the android app for 1 day?
I am trying to implement stop showing all ads in my android app for 1 day when a user watches rewarded video. Is it possible and how? Should I use a counter with stored variables locally or something is possible through subscriptions on play…

Qasim Azam
- 1
- 2
0
votes
1 answer
Can i get the profit of viewed reward ad
Can i get the current profit value after viewing the reward ad of admob ?
Is the reward ad allowed only for games category ?
Thanks in advance

Ely
- 13
- 6
0
votes
1 answer
Admob - Rewarded Ads is loaded but not showing
I am adding rewarded ads into my application after user close the interstitial ads, it will show a screen that show the text input previously, and having a show video button beneath it for rewarded ads. (I am at testing phase hence I don't include…

unacorn
- 827
- 10
- 27
0
votes
1 answer
Get loaded AdMob ad Destination URL in Unity mobile app
In our Unity mobile game, we are occasionally showing rewarded video ads using AdMob. It is set up just like the example documentation. This works great, until an ad comes through that won't let the user close it. We need some way to identify the…

Tom Fin
- 11
- 4
0
votes
1 answer
Cannot initialize a parameter of type 'UIViewController * _Nonnull' with an lvalue of type 'AdIntegrator *const __strong'
I am trying to add rewarded video for my Objective-C game.
It gives
Cannot initialize a parameter of type 'UIViewController * _Nonnull'
with an lvalue of type 'AdIntegrator *const __strong'
error in this line.
[[GADRewardBasedVideoAd…

gurkan stack
- 413
- 1
- 15
- 43
0
votes
1 answer
Some of Users of an Android App cannot Load AdMob ADs
I am asking for a best practice or implementation.
My app's core function providing service for a long time (2 to 4 hours). The users have some active time and when they use the service, the active time is consumed. The user can restore the active…

vegafish
- 425
- 1
- 5
- 12
0
votes
0 answers
AdMob test ad's shows correctly real add does not show
There are some cases with the issue of showing Admob. But they did not help. So implementation is that in MyApp.java I am starting the downloading video and initialize instance.
mRewardedVideoAd = MobileAds.getRewardedVideoAdInstance(this);
…

Bo Z
- 2,359
- 1
- 13
- 31
0
votes
2 answers
Admob Rewarded Ad showing with test ad id, but not showing with my real ad id
I have Created Admob video rewarded ad. My admob Account is old and I have shown successfully an interstial ad in my another app. But, I have added a new app in admob just and created a admob video. The video is shown fine with test id the admob…

Noor Hossain
- 1,620
- 1
- 18
- 25
0
votes
1 answer
Rewarded Video ad show reward content on my label
I just working on an app with admob rewarded video ad.
I wanna know when the user click button to reward them.
I made this but my question is when I click second time on play ad button my current (Currency on label) not plusing with new one it just…
user10216040
0
votes
0 answers
Showing ads simultaneously to all players in a multiplayer game
I am building a simple multiplayer game in flutter which supports until 4 players playing at the same time. At a specific step in the middle of the game , I would like to show rewarded videos to all players at the same time. Is it possible to do…

erkesh
- 13
- 2
0
votes
1 answer
Multiple Types of Reward on Same Ad ID
we are currently building an application which includes rewarded video system by AdMob. Application has one MainActivity and there are fragments that are constructed on it. Each fragment has a button, each fragment implements…

Cloudz0m
- 91
- 1
- 11
0
votes
1 answer
Error/Crash when opening AppCompatDialogFragment after Unity Rewarded Video Ad
I would like to open a new DialogFragment after the RewardedVideo Ad has ended.
public void onRewardedVideoAdClosed()
{
//Reward
runOnUiThread(new Runnable()
{
@Override
public void run()
{ …

Tester2389
- 149
- 1
- 12
0
votes
1 answer
onRewardedVideoAdFailedToLoad 2
My code is working in app1(worked with the test ads id and real ads id) and I copied AdMob code from app1 to app2 and update real app id with test app id, but when run app2 test ads is not showing and it showing this error…

Midhilaj
- 4,905
- 9
- 45
- 88