Hello,
I'm trying to implant reward videos on my app. The video goes in chache and plays when I want, that's ok. BUT, when the video is finished, rewards are not added. ( Even if the chartboost embeded objet says I got 5 gems).( In the curent situation, I set my chartboost account to give "5 gems" per view.)
Here are my events:
Start of frame: Cache reward video with location " "
Click on Active X : Show reward video with location " "
On rewarded video located at " " succes : Add GetRewardCoin to Counter ( + cache new video )
I tried many variation on the last line, but none of them worked :
-On rewarded video located at " " complete : Add GetRewardCoin to Counter
-On rewarded video located at " " succes : Add 5 to Counter
-On rewarded video located at " " complete : Add 5 to Counter
So yeah, i plays but it does not give any reward Any idea why? I really need your help here!
Thanks!