Preload Facebook Interstitial Ad

I’m trying to use Facebook’s Interstiatial Ad using expo-ads-facebook. The only problem is that there is a lot of lag when calling showAd and seeing the actual ad. Is there a way to preload the ad?

Hey @juhaelee,

You can leverage getIsReadyAsync to determine if the Ad is ready to be displayed and only then call showAdAsync.

Cheers,
Adam

Hey @adamjnav I think that method is only available for AdMob not for expo-ads-facebook

Wow. Totally missed on this one. Sorry about that @juhaelee. AFAIK there isn’t a way to discern if the ad has been properly loaded into memory with the current facebook-ads module.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.