dreamsoftin / facebook_audience_network

Flutter Facebook Audience Network
https://pub.dartlang.org/packages/facebook_audience_network/
MIT License
154 stars 95 forks source link

Ads not delivering on the release version of the app #66

Open jsarthak opened 3 years ago

jsarthak commented 3 years ago

Hi, I implemented the FAN in my flutter app and I went through each of the setup steps correctly. I am facing an issue where the ads are visible correctly while debugging the app in the IDE while the no ads are shown nor the ads request are sent when I create a release APK or Bundle. Please Help.

euchael commented 3 years ago

I also got the same problem, is there a solution to this problem?

UsamaAyub80 commented 3 years ago

Check You implement correct or approved app placement Id?

tef-github commented 3 years ago

Getting the same problem with an approved app placement id...

jsarthak commented 3 years ago

The app placement id is approved and I followed all the steps for implementation but still, the ads are showing only on the debug mode and not on the release version of the app.

muhibbin-munna commented 3 years ago

Did you find any solution?

uditbatra commented 2 years ago

Any Solution. Same issue.

euchael commented 2 years ago

add this in the file android/app/ proguard-rules.pro

-keep class com.facebook.ads.* { ; }