💡 Tips: Per Network SDK specifications, execute tests on physical Android or iOS devices.
McSdk.SetVerboseLogging(true);
Log TAG: mcsdk
After initializing McSdk, you can optionally call the following code to open the visual debugging tools for Max or TopOn
McSdk.ShowMediationDebugger(McSdkBase.MediationId.Max);
For more information, please refer to: Max Debugging Tool
McSdk.ShowMediationDebugger(McSdkBase.MediationId.TopOn);
For more information, please refer to: TopOn Debugging Tool