Hello ,
I am trying to use MobileAdvert build in plugin for Rewarded Video Advert in test mode
I have Layout and one button and i want to see video if i clicked .
1.In mobileadvert properties, application id i putt: TEST
2.What condition i need to use to load/show and get reward from video ?
PS: trying this but not working
| Global number reward = 0
+ System: On start of layout
-> MobileAdvert: Create interstitial advert "TEST" show: false
+ Touch: Is touching But
-> MobileAdvert: Create interstitial advert "TEST" show: true
-> System: Wait 1.0 seconds
-> MobileAdvert: Show video advert
+ MobileAdvert: On configuration complete
-> System: Add 1 to reward
Thank you for your Help !