I am trying to integrate Admob. SDK version is 9.0.
I copied the code from
It's working fine on iPhone Device and iPad Simulator. However, it crash on iPad Device with iOS 15.
The error log is
*** Assertion failure in -[GADOMIDStateWatcher adSessionDidBecomeActive:], GADOMIDStateWatcher.m:75
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Window container should not be nil'
It look like bugs on Admob and I am not sure about that.
Is there any other same issues like me before ? Did you fix that issue ?
I had the same problem. Downgrading the AdMob SDK to 8.13.0 seems to fix the problem.