The video shows fine but when i close it after the x amount of seconds nothing happens.
I am testing it in an android device, what colud be the problem?
This is the code of te rewarded method from the google page:
public void HandleRewardBasedVideoRewarded(object sender, Reward args)
{
string type = args.Type;
double amount = args.Amount;
getReward();
}
↧