Questions tagged [facebook-audience-network]

Facebook's Audience Network is an advertising network which allows placement of Facebook ads into a developer's iOS and Android apps

Implementation of the ad units is via Facebook's iOS and Android SDKs and the network supports banner, interstitial and native ads (ads displayed in your app's existing format for displaying content)

Resources:

387 questions
24
votes
1 answer

How to add Android Network Security Config for API less than 24

Facebook Audience Network states that. In the Audience Network Android SDK, we use 127.0.0.1 (localhost) as a caching proxy to cache media files in the SDK. Since Android P, cleartext traffic (unencrypted HTTP) will be blocked by default, which…
Zeeshan
  • 11,851
  • 21
  • 73
  • 98
20
votes
6 answers

How to resolve Error = 1001 "No Fill" using Facebook Audience Network in android

I have an Android version of my app and integrated FAN into my Application. It worked for some months but now it's displaying "NO FILL" Error Domain=com.facebook.ads.sdk Code=**1001 "No fill"** UserInfo={NSLocalizedDescription=**No fill**,…
InsaneCat
  • 2,115
  • 5
  • 21
  • 40
16
votes
11 answers

Facebook AudienceNetwork loaded failure: No fill, Error Message "No fill", what is the reason about FaceBook android Advertise?

Facebook AudienceNetwork loaded failure: No fill, Error Message "No fill", what is the reason about FaceBook android Advertise? And facebook ad offten shows me load frequency, the frenquent has limits?
antLinghu
  • 161
  • 1
  • 1
  • 3
15
votes
3 answers

How to test Facebook Audience Network ads over TestFlight?

I am trying to integrate Audience Network to my app. Ads work correctly on simulator and device when I deploy over XCode. I want to distribute the build over TestFlight to be sure it will work in release mode. When I try to directly deploy from…
Luda
  • 7,282
  • 12
  • 79
  • 139
14
votes
2 answers

Facebook ads + GDPR compliance

To get non-personalized ads from AdMob we can use: Bundle extras = new Bundle(); extras.putString("npa", "1"); AdRequest request = new AdRequest.Builder() .addNetworkExtrasBundle(AdMobAdapter.class, extras) .build(); Is there a…
activity
  • 2,653
  • 3
  • 20
  • 44
13
votes
3 answers

Facebook Audience Network native crash with Android 10

I have crashes happening using latest version of Audience Network with almost all Pixel phones running Android 10. Here is the trace : backtrace: #00 pc 000000000008246c /apex/com.android.runtime/lib64/bionic/libc.so (abort+160) #01 pc…
avianey
  • 5,545
  • 3
  • 37
  • 60
11
votes
2 answers

Facebook audience bidding is not working: bundle status is invalid

I have a react native application on IOS, and I implemented Facebook Audience Network Bidding with Admob. Everything looks fine; bidding requests are being sent from Admob to Facebook. But Facebook is barely responding to bid requests. When I use…
Ahmet Can Güven
  • 5,392
  • 4
  • 38
  • 59
11
votes
3 answers

ClassNotFoundException: “androidx.work.impl.WorkManagerInitializer”

A new exception appeared on some devices after upgrading Google AdMob Ads library version 19.4.0 to 19.5.0: Caused by java.lang.ClassNotFoundException Didn't find class "androidx.work.impl.WorkManagerInitializer" on path:…
sagis
  • 2,162
  • 18
  • 24
11
votes
2 answers

Facebook Audience Network Ads integration Issue

E/FBAudienceNetwork: You are using custom Application class and don't call AudienceNetworkAds.isInAdsProcess(). Multi-process support will be disabled. Please call AudienceNetworkAds.isInAdsProcess() if you want to support multi-process…
Sarath Kumar
  • 1,922
  • 3
  • 19
  • 43
11
votes
1 answer

FBAudienceNetwork: setting FBNativeAd into FBMediaView stacks the UI

The following line of code makes my UI stack adMediaView.nativeAd = nativeAd // adMediaView - FBMediaView // nativeAd - FBNativeAd I've tried putting it in the performing it asynchronously in background thread but it didn't help. Is there a way to…
Luda
  • 7,282
  • 12
  • 79
  • 139
11
votes
4 answers

Facebook Audience Network Proguard settings

I'm currently using Proguard in my app, and the Audience Network is not working. I need some different configuration, rather than the usual: -keep class com.facebook.** { *; } The problem is the integration guide doesn't refer any kind of Proguard…
Sergio Carneiro
  • 3,726
  • 4
  • 35
  • 51
10
votes
3 answers

Facebook Audience 6.2.0 /apex/com.android.art/lib64/libart.so (art::OatHeader::IsDebuggable() const+124) on Android 11

After updating to Facebook Audience 6.2.0 from 5.11.0 on an Android app with target SDK 29 I'm seeing a considerable amount of crash reports on a small percentage of Android 11 devices. According to a user that is having this crash and has…
10
votes
2 answers

facebook audience network always quality check fail

facebook audience network always quality check fail. I followed all best practices which show on this link. https://developers.facebook.com/docs/audience-network/best-practices and uploaded many app with various ads placement but no success.…
10
votes
1 answer

Facebook App Event sdk 4.38.0 throws NPE in ViewHierarchy.setAppearanceOfView

I'm having a problem in one of my apps where I use facebook sdk. After upgrading sdk from 4.27.0 to 4.38.0 fabric started to log this fatal exception. I don't know when or how it happens cause i can't reproduce it myself. Maybe some of you had this…
DawidJ
  • 1,245
  • 12
  • 19
10
votes
1 answer

Facebook Audience Network missing file 'fb_an_config.plist'

I am implementing Facebook Audience Network for IOS through Admob Mediation. I have installed the following POD files: pod 'Google-Mobile-Ads-SDK', '~> 7.0' pod 'FBSDKCoreKit' pod 'FBSDKLoginKit' pod 'FBSDKShareKit' pod 'FBAudienceNetwork' I…
mrrocco team
  • 103
  • 5
1
2 3
25 26