Search...
Menu

How to Test

💡 Tips: Per Network SDK specifications, execute tests on physical Android or iOS devices.

1. Enable McSDK Logging

csharp Copy
McSdk.SetVerboseLogging(true);

Log TAG: mcsdk


2. Use Aggregation Platform Debugging Tools

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

● Max Debugging Tool:

csharp Copy
McSdk.ShowMediationDebugger(McSdkBase.MediationId.Max);

For more information, please refer to: Max Debugging Tool


● TopOn Debugging Tool:

csharp Copy
McSdk.ShowMediationDebugger(McSdkBase.MediationId.TopOn);

For more information, please refer to: TopOn Debugging Tool


Previous
MRec Ads
Next
Advanced
Last modified: 2025-09-08Powered by