Raymond Xie
Raymond Xie
The facebook SDK dependency has been updated to v4.26.0. Please update the plugin like this: ```bash cordova plugin rm cordova-plugin-facebookads cordvoa plugin rm cordova-facebook-audnet-sdk cordova plugin add cordova-plugin-facebookads ```
You can also try this plugin with another id, `[email protected]`, which depends on Facebook SDK repo directly, but you need install gradle and cocoapods first.
Fixed, see: #78, and big thanks to @BigFoppa for the research and detailed description. Please notice: Even after plugin fixed, * When I test the demo app on emulator, I...
In a simple Cordova project, you can copy the demo files to your cordova www folder, then build the app to see how it works. https://github.com/floatinghotpot/cordova-plugin-facebookads/tree/master/test As to the Ionic...
It seems that the facebookads plugin correctly, so you will not see any log from it.
The data is returned by Facebook AudienceNetwork service, not by me. So I can do nothing about it. I just guess, maybe not all data are useful.
@JRCuellar , thank you for the amazing advice. Just one more thing to double confirm, after exchange the two lines of code, can you trigger the ad when click the...
I've merged your modification, thanks a lot!
Did you try the verification commands, to see whether my original example code working in your environment ?
Please read this example: https://github.com/floatinghotpot/cordova-plugin-facebookads/tree/master/test Just get the Ad resources (picture/text) from onAdLoaded event, then display it in your HTML.