- Home /
 
Admob reward player after watching video
Dear unity developers,
I have a small problem, I am using Admob for mediating unity ads at the moment (in the future I will use other networks too).
It shows an unity ad, but I want to reward player after he has watched it, but can't find how to do it, I tried
 public void onRewardedVideoStarted()
 {
     //send message to text field
 }
 public void onRewarded()
 {
     //send message to text field
 }
 
               but it didn't do anything, can anyone help me out?
Thanks
               Comment
              
 
               
              Your answer
 
             Follow this Question
Related Questions
is there an advantage of creating multiple Ad units/ Placement of same type in Unity, Admob etc? 1 Answer
Issue with Reward Ad Playing 2 Answers
How do you monetize games for Windows Phone, Windows (PC) and the Web? 0 Answers
How do I reward the players with coins after they watch a Admob rewarded video? 1 Answer
Ad platform - Appodeal, good or bad? 1 Answer