AppLovin - isLoaded(false) always returns false

I’m trying to use AppLovin to show un-incentivized ads (interstitials), yet every time I call applovin.isLoaded(false) I get a false answer.

When I call applovin.load(false), a second later I get a callback with the phase=“loaded” and type=“interstitial”.

Yet, even after that, applovin.isLoaded(false) returns false. 

Can someone please check why this is happening?

Thanks

what happens if you don’t specify the false. Instead of applovin.isLoaded(false) use applovin.isLoaded().

Now that being said I have noticed on Android that after the first applovin.isLoaded(true) returns true all others return false. But you should at least get the first one. Have not tested it on iOS.

what happens if you don’t specify the false. Instead of applovin.isLoaded(false) use applovin.isLoaded().

Now that being said I have noticed on Android that after the first applovin.isLoaded(true) returns true all others return false. But you should at least get the first one. Have not tested it on iOS.