This comprehensive checklist is designed to help you systematically verify the integration of your application, ensuring a seamless and efficient ad SDK experience.
MCRewardedAd
instance and set the mediation unit id
.MCRewardedAdDelegate
).loadAd
).isReady
).showAdWithViewController:withExtra:
).recommended
to invoke the loadAd
funtion within all the following delegates: didFailToLoadAdWithError, didFailToDisplayAd, didHideAd, didDisplayAd
.didFailToLoadAdWithError
; delayed operations must be implemented. Refer to the sample code for details.revenueDelegate
).destroyAd
).MCInterstitialAd
instance and set the mediation unit id
.MCAdDelegate
).loadAd
).isReady
).showAdWithViewController:withExtra:
).recommended
to invoke the loadAd
funtion within all the following delegates: didFailToLoadAdWithError, didFailToDisplayAd, didHideAd, didDisplayAd
.didFailToLoadAdWithError
; delayed operations must be implemented. Refer to the sample code for details.revenueDelegate
).destroyAd
).MCAppOpenAd
instance and set the mediation unit id
and containerView
.MCAdDelegate
).loadAd
).isReady
).showAdWithWindow:viewController:withExtra:
).recommended
to invoke the loadAd
funtion within all the following delegates: didFailToDisplayAd, didHideAd
.didFailToLoadAdWithError
; delayed operations must be implemented. Refer to the sample code for details.revenueDelegate
).destroyAd
).MCBannerAdView
instance and set the mediation unit id
and adFormat
.MCBannerAdViewAdDelegate
).bannerSize
).loadAd
).revenueDelegate
).destroyAd
).MCNativeAdLoader
instance and set the mediation unit id
.MCNativeAdDelegate
).loadAd
).MCNativeAdView
correctly via MCNativePrepareInfo
.rendererWithNativeAdView:selfRenderView:adInfo:
).recommended
to invoke the loadAd
funtion within all the following delegates: didFailToLoadNativeAdWithError, didHideAd
.didFailToLoadNativeAdWithError
; delayed operations must be implemented. Refer to the sample code for details.revenueDelegate
).destroyAd
).showMediationDebugger:viewController:
).[[MCAPI sharedInstance] setLogEnabled:YES]
).app-ads.txt
file has been correctly uploaded.