Hi guys,
So the Admob Rewards are not rewarding on the 1st click, but fine after, 2nd, 3rd, etc.
I have 2 buttons for 2 rewards, so I cannot use “at beginning of scene”, as you cannot connect a “show video” with an advert.
Can you see any problems with my code?
How about instead of the buttons launching the video(s), the buttons take them to separate pages and the video launches with the “at beginning of scene”, as I could have a “please wait” sign, then after the video, back to the main screen?
My only question is what if they go straight through the loop without seeing a video:
Button press, new page, return to main page - without the video playing.
Your condition to get the reward is under the same Trigger once that launches the ad, so it needs two triggers (clicks) indeed.
You need to move it out and use variables to identify which rewards are which.