Debugger Tool
This easy to use feature allows the developers to debug the integration of the MAS SDK.
info
This feature will only work with MAS 4.8.10 and above.
To integrate the debugger tool feature into your game simply invoke the following method:
- Unity
- Java
- Kotlin
- Swift
- Objective-C
Yodo1U3dMas.ShowDebugger();
Yodo1Mas.getInstance().showDebugger(activity);
Yodo1Mas.getInstance().showDebugger(this@MainActivity)
Yodo1Mas.sharedInstance().showDebugger()
[[Yodo1Mas sharedInstance] showDebugger];
Once the debugger tool is invoked, it will allow you to open the debugger tool to test the integration of the SDK.