Hi, I just got my beta version of my game live. I noticed that the player on gets reward 1 time (the 1st time an ad is watched). If the player chooses to watch another ad, the ad plays but the reward is not given. I use
@Override
public void onRewardedVideoCompleted() {
ShopScreen.coins = ShopScreen.coins +10;
PuzzleGame.saveCoins();
loadRewardedVideoAd();
}
});
When I try it will test ads, it works fine, but with real ads its having this issue.
Any idea if this is an issue is because I only have "Limited ad serving" and my app hasn't been reviewed yet?
Thank you.