I’ve been getting some customer complaints about impossible-to-dismiss ads on AppLovinMax, and they suggested that I enable their creative debugger.
https://dash.applovin.com/documentation/mediation/android/testing-networks/creative-debugger
Of course the documentation to do this is for Java (and Kotlin).
AppLovinSdk.getInstance( context ).getSettings().setCreativeDebuggerEnabled( false );
It looks like this is something that can be included in the parameters section of adcolony.init
, but I was wondering if anyone has done this before I start tinkering.