Raymond Xie
Raymond Xie
Will check the new SDK and add it. Stay tuned.
Here is a bad news. I found the ad choice button cannot be implemented into Cordova, after checking Facebook documents, https://developers.facebook.com/docs/audience-network/ios-native Here is why: The elements of a native ad,...
As everything inside the web view is not NATIVE, the plugin is emulating a native ad. Read the docs, you will see an API: setNativeAdClickArea(adId,x,y,w,h); Find the area of the...
please check facebook developer portal to find out whether it's possible to change width and height. after you retrieve the ad resource from server, you can insert it into a...
@BigFoppa amazing. you are just right. I found the same solution but not do it quick enough. Will update the plugin now.
Fixed and published as: + [email protected]
Please paste more error message details. BTW, if I remember correctly, to get live ad, you may need get facebook approved your app id.
And, can you see test Ad when use option `isTesting:true`? If yes, the plugin and SDK APIs are working fine, the error is caused by the ad unit placement id...
The "2000 server error" message seems be caused by out-dated SDK version. Please make sure you are using the latest version of plugin, v4.23.2. If the error persists, I will...
Yes, I can reproduce your issue now, we may need update the plugin to latest SDK.