facebook_audience_network
facebook_audience_network copied to clipboard
Flutter Facebook Audience Network
Can you add an option for UUID for showing video ad? This is useful for server side verification. - https://developers.facebook.com/docs/audience-network/cpp/rewarded-video/#server
In ios gives me this error when I trying to compile ``` Xcode build done. 108.0s Failed to build iOS app Error output from Xcode build: ↳ ** BUILD FAILED...
When I checked my stats for my Facebook ads, I saw that the fill rate is very low (below 50%) and the reason is "Couldn't find relevant ad". This issue...
I have asked the question into the flutter issues regarding the same but they said to ask in plugin issues. Here is the [issue thread](https://github.com/flutter/flutter/issues/72624).
It's just still working or having some issues in futter ios development?
I noticed this issue happen around 20% or lesser, where NativeAdResult would indicate NativeAdResult.LOADED but the UI is blank/ empty. I have set the keepExpandedWhileLoading to false, therefore in this...
In the Facebook Audience Network Documentation, it is described that the native ads will be auto played. I also see a lot of apps on play store which auto-play Audience...
I believe that facebook_audience_network plugin use Facbook's pre-defined Native ad template for layout. But I also see the ".xml" files in the plguin's layout folders such as "fb_native_ad_layout_horizontal.xml". What I...
I am trying to create banner ad in my 5-10 screens. I am using following method to create banner ad in each flutter app screen. So whichever screen i open...