merbin2012 / cordova-plugin-codeplay-facebookads-free

Free facebook audience network ads for cordova user. This supports banner ads, Interstitial ads and video ads.
23 stars 9 forks source link

Reward video ads not working. #24

Closed chamaraindrajith closed 3 years ago

chamaraindrajith commented 3 years ago

Banner and Interstitial ads are working fine but reward video ads not working.

chamaraindrajith commented 3 years ago

I found an answer to this. in Methods 6, (Show Video ads)

cordova.plugins.codeplayfacebookads.showRewardVideoAd("",options,success,fail);

I changed this line to,

cordova.plugins.codeplayfacebookads.showRewardVideoAd("", "", success, fail);

this. And now all are working fine. I think this may be helpful for someone. This is a great plugin thanks for creating it.