You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AdmobInterstitialPlugin didFailToReceiveAdWithError caused my app to crash when an adblocker was running on the network. I'm assuming the GADRequestError can't be passed through the platform channel. See docs for allowed types over platform channel.
The text was updated successfully, but these errors were encountered:
Confirmed my hunch. Will have a PR fix momentarily.
2019-09-11 20:27:22.155377-0500 Runner[85257:1657437] *** Assertion failure in -[FlutterStandardWriter writeValue:], ../../flutter/shell/platform/darwin/common/framework/Source/FlutterStandardCodec.mm:330
2019-09-11 20:27:22.213879-0500 Runner[85257:1657437] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Unsupported value for standard codec'
The AdmobInterstitialPlugin didFailToReceiveAdWithError caused my app to crash when an adblocker was running on the network. I'm assuming the
GADRequestError
can't be passed through the platform channel. See docs for allowed types over platform channel.The text was updated successfully, but these errors were encountered: