[[MCAPI sharedInstance] setLogEnabled:YES];
In Xcode console, you can filter logs with this TAG: MCLogger
After initializing MCSDK, you can optionally call the following code to open the visual debugging tools for Max or TopOn
● Max Mediation Debugger:
//#import <MCSDK/MCSDK.h>
[[MCAPI sharedInstance] showMediationDebugger:MCMediationIDTypeMax viewController:self];
For more information, please refer to: Max Mediation Debugger
● TopOn Mediation Debugger:
//#import <MCSDK/MCSDK.h>
[[MCAPI sharedInstance] showMediationDebugger:MCMediationIDTypeTopOn viewController:self];
For more information, please refer to: TopOn Mediation Debugger