dreamsoftin / facebook_audience_network

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

You should wait for adLoaded() to be called #83

Open pradeepsthapa opened 3 years ago

pradeepsthapa commented 3 years ago

W/Sa ( 4239): An ad load is already in progress. You should wait for adLoaded() to be called W/.ccbc.songbook( 4239): Accessing hidden method Lsun/misc/Unsafe;->compareAndSwapObject(Ljava/lang/Object;JLjava/lang/Object;Ljava/lang/Object;)Z (greylist, linking, allowed) I/flutter ( 4239): InterstitialAdResult.ERROR

Omi231 commented 3 years ago

Facing same issue. Have you resolved it?

pradeepsthapa commented 3 years ago

Facing same issue. Have you resolved it? This error occurs when used incorrect 16_9 interstitial placement ID, when used large mobile screen. try this interstitial placement id "CAROUSEL_IMG_SQUARE_LINK#549167759165615_549190905829967".

Omi231 commented 3 years ago

I am getting this error with my own placement id in testing mode. Have they changed the way to enter placement id string or something?

shinewanna commented 3 years ago

Same problem, how can i fix this?

viralvaghela commented 1 year ago

did anyone get the solution?