Closed
Description
Please fill in the following fields:
Pre-built SDK from the website
Firebase C++ SDK version: 6.15.1
Firebase plugins in use (Auth, Database, etc.): admob
Additional SDKs you are using (Facebook, AdMob, etc.):
- 'com.google.firebase:firebase-bom:25.8.0'
- 'com.google.ads.mediation:facebook:5.11.0.0'
- 'com.google.android.ads:mediation-test-suite:1.4.0'
- 'com.google.gms:google-services:4.3.3'
Platform you are using the C++ SDK on (Mac, Windows, or Linux): Windows
Platform you are targeting (iOS, Android, and/or desktop): Android
Please describe the issue here:
There are some cases that interstitial->LoadAd(request); throws an IllegalStateException that is not caught crashing the app instead of failing the Future. I've put together a quick pr to fix it in this repo.
Please answer the following, if applicable:
What's the issue repro rate? it almost never happens, but when it happens it always happen until you reinstall the app