I have integrated FAN with success. I can show banners and interstitials in test and not test mode. So, I have sent impressions to facebook but my current state in the integration shows this:
Shouldn't it be at third step? More Oddly my placements show like this:
So, by the status message it seems it has received requests and this is the only requirement I have found for facebook to start placement review.
So, does anybody know if this is how it works? Shouldn't I be at step 3 (Placements review)?
Thanks in advance.
compile 'com.facebook.android:audience-network-sdk:4.13.0'
, and able to display ads successfully. After keep having the yellow indicator for banner status, I try to add additionalcompile 'com.facebook.android:facebook-android-sdk:[4,5)'
andFacebookSdk.sdkInitialize(getApplicationContext()); AppEventsLogger.activateApp(this);
inonCreate
. But, that doesn't help. – Cowpuncher