Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook Native Ads on iOS

I'm trying to implement native ads from Facebook in my app. I put the code exactly like Facebook said, and it works. But only if the app was installed via xCode. If the app is installed via Test Flight the ads never appears. Any ideas?

My Audience Network permission is enable, as well as my ad placement

like image 236
Eduardo Iglesias Avatar asked Mar 16 '23 08:03

Eduardo Iglesias


2 Answers

I know, this question is already answered. I am adding information to help someone looking for explanation.

Test Flight rotates through a pool of IDFA's and hides the users true IDFA, making it difficult to identify a Facebook user – and that is required for delivering an ad.

like image 61
k-thorat Avatar answered Mar 27 '23 22:03

k-thorat


I have facing this problem when using Testflight beta testing, I switch to Fabric beta testing and the facebook native ad shows. Just put the app on app store and will be fine.

Remember to uncheck the "Limit Ad Tracking" in the device settings. https://developers.facebook.com/docs/audience-network/faq#a12

like image 23
Teng Avatar answered Mar 27 '23 21:03

Teng