I have used the example code of this plugin and everything is working fine as long as I'm using cordova CLI for building: I can build it and run it on my phone.
I'm currently developing my app in Intel XDK so I integrated the plugin into my app. Unfortunetely I'm always getting the error that "FacebookAds does not exist". So I imported the example into IntelXDK into a new project but again received the same errors:
remote console.loglink
"Channel not fired: onCordovaSimulateReady"
remote console.loglink
"Channel not fired: onPluginsReady"
remote console.loglink
"deviceready has not fired after 5 seconds."
remote console.loglink
"Channel not fired: onCordovaReady"
http://localhost:50820/cordova.js:1431link
Uncaught Error: Module cordova-plugin-facebookads.FacebookAds does not exist.
In the Plugin management of Intel XDK the following plugins are included among others:
cordova-facebook-audnet-sdk
cordova-plugin-facebookads
Hi,
I have used the example code of this plugin and everything is working fine as long as I'm using cordova CLI for building: I can build it and run it on my phone. I'm currently developing my app in Intel XDK so I integrated the plugin into my app. Unfortunetely I'm always getting the error that "FacebookAds does not exist". So I imported the example into IntelXDK into a new project but again received the same errors:
In the Plugin management of Intel XDK the following plugins are included among others: cordova-facebook-audnet-sdk cordova-plugin-facebookads
What's wrong here?
Thanks.
Peter