Closed ventr1x closed 3 years ago
That is an error in the docs, I'll get it corrected. It should be
AdMobIronSource.instance.init();
That error is because IronSource has added a dependency on com.jetbrains.kotlin
lib. Add that extension and you should be running again. I'll double check this is in the documentation for the mediator but you can find it in the IronSource docs if you need a link https://docs.airnativeextensions.com/docs/ironsource/add-the-extension#android-support
Works so far. Yes, it is not mentioned in the adverts or mediation docs.
Yeah, we have an update rolling out soon with the correction in the docs. Apologies for the confusion.
After updating to newest ANE I get the following exception: Yes, the ANEs are all included, just replaced, even cleared intellij caches.
The only difference to the doc I see is the class name. Doc mentions
IronSource.init();
and I can only find and useAdMobIronSource.instance.init();