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
Ad shows on Mediation Debugger for all but while implementing it gives error for native ads. All other ads are working except native ads. Before it was working but now it is not working
[MAError: code=204, message=MAX returned no eligible ads from any mediated networks for this app/device., mediatedNetworkErrorCode=-1, mediatedNetworkErrorMessage=]
MAX SDK Version
12.1.0
Device/Platform Info
ios 17.3
Current Behavior
Ad shows on Mediation Debugger for all but while implementing it gives error for native ads. All other ads are working except native ads. Before it was working but now it is not working
[MAError: code=204, message=MAX returned no eligible ads from any mediated networks for this app/device., mediatedNetworkErrorCode=-1, mediatedNetworkErrorMessage=]
Expected Behavior
No response
How to Reproduce
func createNativeAd()
{
nativeAdLoader = MANativeAdLoader(adUnitIdentifier: "ad_unit_ID")
nativeAdLoader.nativeAdDelegate = self
nativeAdLoader.loadAd()
}
Additional Info
No response
The text was updated successfully, but these errors were encountered: