Search...
Menu

How to Test

Test Ads

1. Enable MCSDK Logging

objective-c Copy
[[MCAPI sharedInstance] setLogEnabled:YES];

In Xcode console, you can filter logs with this TAG: MCLogger


2. Use Mediation Platform Debug Tools

After initializing MCSDK, you can optionally call the following code to open the visual debugging tools for Max or TopOn

● Max Mediation Debugger:

objective-c Copy
//#import <MCSDK/MCSDK.h>
[[MCAPI sharedInstance] showMediationDebugger:MCMediationIDTypeMax viewController:self];

For more information, please refer to: Max Mediation Debugger

● TopOn Mediation Debugger:

objective-c Copy
//#import <MCSDK/MCSDK.h>
[[MCAPI sharedInstance] showMediationDebugger:MCMediationIDTypeTopOn viewController:self];

For more information, please refer to: TopOn Mediation Debugger

Previous
Callback Information
Next
Integration Checklist
Last modified: 2025-08-18Powered by