Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load another ad on an interstitial fails with internal SDK error on iOS #4

Closed
berinhardt opened this issue Apr 10, 2019 · 1 comment

Comments

@berinhardt
Copy link

The first interstitial (loaded after InitializeLastResult() completes) works fine, but if I try to load another ad on OnPresentationStateChanged(ad, kPresentationStateHidden) it fails with InternalSDKError

Only way I could make it work was by creating a new firebase::admob::InterstitialAd and load there, but it's a bit of a hassle. Is this intended behaviour?

@ericleich
Copy link

This is intended behavior of the underlying iOS Google Mobile Ads SDK. As noted in the iOS interstitial developer docs, interstitials are a 1-time use object.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants