dreamsoftin / facebook_audience_network

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

1001 Invalidate error #56

Closed nishanthoblirajan closed 3 years ago

nishanthoblirajan commented 3 years ago

I received this error when I navigated to another scaffold widget. Should I do FacebookAudienceNetwork.init() for every screen. It doesn't work either way.

Error: {error_message: No Fill, error_code: 1001, invalidated: false, placement_id: [my_placement_id]}

Thanks

SachinGanesh commented 3 years ago

Hi, FacebookAudienceNetwork.init() is called only once. You are getting the above error because there is no ad available to display.

erperejildo commented 2 years ago

@SachinGanesh I'm testing the app and this is what I get. What should I do? And how can we avoid this in production?