Skip to content

v1.2.1-beta

@blessedzulu blessedzulu tagged this 13 Jun 17:38
The bridge builds the params map with JSONObject.get(), so an array param
arrives as org.json.JSONArray, not a Kotlin List - the previous `as? List<*>`
cast yielded nothing, so setTestDeviceIds never ran and registered test
devices still served real ads. Handle JSONArray (+ List + comma-string).

Co-Authored-By: Claude <noreply@anthropic.com>
Assets 2
Loading