UnityAds testMode

Hi there!

Is there any way to set UnityAds testMode flag for release or debug configs? Now, it must be set on sdkbox_config.json so only a mode can be set. This means I must remember to deactivate the flag when building a release and deactivating after it’s done (with the risk of going live with the flag enabled).

I think it could be interesting if we could enable/disable testMode with a boolean parameter in the init method. Or maybe I am missing something and this can be achieved with the current solution?

Thanks in advance! :slight_smile:
fryderyk

nice suggest, how about this:

boolean init(boolean debug);

No solution for my problem? :frowning: