- Ad Inspector now displays the error that occurred when the session fails to start.
- Made minor changes to the way
adWillPresentFullScreenContent:
,adWillDismissFullScreenContent
:, andadDidDismissFullScreenContent:
delegate callbacks are handled by delegates for mediated ads. These changes make mediated ads behave more like first party ads.- Third-party SDKs that call
adWillPresentFullScreenContent:
followed byadDidDismissFullScreenContent:
multiple times now trigger multiple callbacks, rather than only for the first set of calls. - When third-party full screen ads fail to present,
ad:didFailToPresentFullScreenContentWithError:
is called instead ofadWillPresentFullScreenContent:
andadDidDismissFullScreenContent:
.
- Third-party SDKs that call