Aakash
Aakash

Reputation: 1900

Facebook Audience Network issues

We are currently using Facebook Audience Network with AdMob mediation on our iOS app. We are using latest version for FAN(5.2.0) and Google Ads(7.41.0) from CocoaPods. The implementation is done fully done as per the documentation here - https://developers.google.com/admob/ios/mediation/facebook and tested the implementation using tools here - https://developers.facebook.com/docs/audience-network/testing however no error was found.

The issues are facing are that 1) The ad icon image is not being sent by Facebook to AdMob, we checked using direct Facebook Native ads and icons are present there but the same ad data shows icon as 'nil' when passed through mediation 2) We are seeing gray ad choices icons(as attached) however upon clicking the icon the app crashes with stack trace in FB library(stack trace attached).

enter image description here enter image description here

Can any once advise on how we can get rid of these issues?

Upvotes: 0

Views: 429

Answers (1)

Tayphoon
Tayphoon

Reputation: 71

Just set adOptionsView.nativeAd = nativeAd

Upvotes: 0

Related Questions