Questions tagged [admob-rewardedvideoad]
154 questions
1
vote
1 answer
Ionic 3 Rewarded Video Ad Randomly Appears
I am trying to show the rewarded video ads in ionic 3 using ionic admobFree native plugin. I am able to show the banner and interstitial ads but RewardedVideo ads appears does not show every time. Because RewardedVideo Ad appears sometimes that…

Saad Ali
- 11
- 3
1
vote
2 answers
Google Admob Reward Video callback called mutiple times after reloading scene in Unity
I'm developing an android game apk in Unity.
I've integrated Google Admob SDK in my project and succeeded to show the Google admob reward video ads in my android apk by referring https://developers.google.com/admob/unity/rewarded-video.
However when…

mazend
- 456
- 1
- 7
- 37
1
vote
1 answer
Rewarded Video Ads - setting amount and type of reward
I implemented showing rewarded video according to this guide. When a reward video ad has triggered a reward then onRewarded(RewardItem reward) is called.
Where and how I can set the information about the reward that RewardItem contains (the amount…

Dmytro Kulykov
- 115
- 9
1
vote
2 answers
AAssetManager_open deadlocks on Pixel/Pixel2 XL
I have in beta tests that is getting ANRs on a Pixel, and a Pixel 2 XL both running 8.1. From the logs I am getting back it appears that the call to AAssetManager_open is blocked waiting for a mutex to unlock.
From the log there is not discernible…

ajso
- 73
- 7
1
vote
0 answers
Integrate admob Rewarded video in unity
I'm trying to integrate ads but the problem is rewarded ad isn't showing. However Interstitial ad does work. The scene waits for 2,3 seconds and shows interstitial ads but doesn't show rewarded ads, even though in log it does show "SHOW AD XXX".…

melissa
- 375
- 1
- 8
- 20
0
votes
0 answers
How many admob AdUnitID from different user/publisher can be used in the same app?
For instance, suppose I have a social media application with over 10M users. In that case, I will gather the AdUnitID of the creators to display advertisements based on their AdUnitID to their followers, encouraging them to create more…

Balaji Jeeva
- 63
- 1
- 5
0
votes
0 answers
Google Admob verification is getting failed Always
I have integrated Google Ad Mob in my flutter app. The Google AdMob is getting reject, by saying that this error:
You already have a Google publisher account. Sign in to your existing account to access AdMob. Or close your other accounts and submit…

Rakesh Sharma
- 1
- 1
0
votes
0 answers
ad mob policy issue
Im getting this issue can someone solve this by looking the code
Disallowed Rewarded Implementation Must fix 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…
0
votes
0 answers
AdMob - Precache exception - Server Side Validation SSV not working
My Android app is a MMORPG so it connects to my server. For some reason, this is breaking AdMob SSV. Ads show fine (test and real), but the server-side validation callback is never received. This is driving me insane - appreciate any help.
Here…

KisnardOnline
- 653
- 4
- 16
- 42
0
votes
0 answers
rewarded ads value null flutter
In my test application, when ontap is running, I want to show the award-winning ad with seconds and then the quiz to be loaded and the questions to be loaded. How can I do this? The code below does not show the ad because the ad is returned null and…

Mehmet Hanifi Dağaçan
- 9
- 1
- 3
0
votes
0 answers
Restricted ads serving due to rewarded ads implementation
I am facing some people. I got a “Must Fix” policy issue for the rewarded ads. The problem was Rewarded Ads – Disallowed Rewarded Implementation in the last 3 months before. I have tried some different ways. But that has not been solved. So that I…

RmTomal
- 70
- 1
- 7
0
votes
0 answers
Google Admob rewarded ad not working in android app
I am trying to show a rewarded ad in Android Studio using Google Admob, and I have watched several different videos on it, but none of them work for me. When I run it and click the button that is supposed to show the ad, it doesn't work and gives me…
0
votes
0 answers
Error "MediaCodec: mapFormat: no mediaType information" when I was loaded rewarded ad
I implement rewarded ads. When rewarded ad loaded start a circling error(trace log in img). I have read and done all tips about working with rewarded ads (MobileAds) but it still won't work. In a project was implemented banner ads and native ads…
0
votes
0 answers
loading rewarded ad in background
I have an app and i show a rewarded ad when user export a sticker from my app;
Usually i load Admob rewarded ad when user press the export button and when ad loads I’ll show it to them.
it takes so much time to load (around 15 seconds) and it…

Sahab Morid Beidokhti
- 31
- 1
- 6
0
votes
0 answers
Is it possible to utilize a rewarded ad within a view holder, but have it loaded in the MainActivity instead?
what I am doing is when a button is pressed for the rewared ad (the button is not a part of the RecyclerView placeholder activity but is a part of the main activity that I have referenced in the view holder for my requirements), I want to replace…

sagar raval
- 3
- 3