sam dev
sam dev

Reputation: 21

Facebook audience network Ads(rewarded, banner, interstitial ad) not showing up in release mode

I have an app which is supposed to show some ads using Facebook audience network in debug mode. But in release mode, nothing happens, even though the exact same code is running debug version. In release mode(Download it from Google playstore) it shows an error in logcat like this for

Error: Interstitial - 'Interstitial ad failed to load: The display format in the ad request does not match the display format specified for this placement. Each placement can only be used with a single display format. You can create multiple placements in order to use multiple display formats.',

for Rewarded Video error in logcat shows like this-'Rewarded video ad failed to load: No fill.'

Thanks in advance.

Upvotes: 0

Views: 1810

Answers (1)

Abid Ali
Abid Ali

Reputation: 21

Newly created Ad Units take some time to be served. If your app is showing ads in debug mode, then everything is fine on your side.

Upvotes: 2

Related Questions