Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook Audience Network doesn't resolve

I have the facebook audience network dependency in my list of dependencies. It used to work, but it stopped resolving for no discernible reason.

compile 'com.facebook.android:audience-network-sdk:4.+'

enter image description here

I'm not in offline mode.

EDIT:

Changing the build variant gives a more descriptive error message.

enter image description here

like image 734
Michael Tedla Avatar asked Jul 14 '16 12:07

Michael Tedla


People also ask

Is Facebook audience network going away?

Facebook recently announced they are shutting down their web and in-stream placements on Facebook's Audience Network (FAN). On this digital platform, advertisers can serve their ads to users who are using mobile sites and apps outside of their social media platforms.

Is Facebook audience insights down?

According to Facebook via Business Help Centre, "Audience Insights will no longer be available starting 1 July 2021. Instead, we recommend that people use Facebook Business Suite Insights, which is a tool that allows you to access your audience insights across Facebook and Instagram.

How do I fix this app is already being monetized on Facebook audience Network?

Solution: First delete the app and property from the given link in question. If you have deleted the app and property then Go to App Dashboard > Open App > Advance Setting > Reset Clint ID.


1 Answers

I have a feeling they've pulled that version. For now fall back on the previous version:

compile 'com.facebook.android:audience-network-sdk:4.13.0'
like image 87
Ljdawson Avatar answered Oct 07 '22 12:10

Ljdawson