Open cyclonmaster-zz opened 6 years ago
I found this library but I don't know how to plug it to admob-free plugin: https://github.com/divampo/cordova-unityads-sdk
and official: https://developers.google.com/admob/android/mediation/unity https://github.com/googleads/googleads-mobile-android-mediation/tree/master/ThirdPartyAdapters
@cyclonmaster I found solution:
I thought and decided to share a plugin with people without the PRO code. Well the latest version in it. [ios + android] 😄😄😄 UNITY@2.2.0.ZIP
@ivanov84
I see UnityAdsAdapter.jar inside cordova-unityads-sdk for Android
Then inside unityads version 2.2.0 there is unity-ads-2.2.0-javadoc.jar unity-ads-2.2.0-sources.jar
and some others. I'm not sure which one to replace.
UNITY@2.2.0.ZIP that you share, is it ready to use plugin for unity ads mediation? you already mod it? Thanks
I add unity ads as mediation in admob. Then I install
cordova-plugin-admobpro and work together with cordova-plugin-admob-unityads
to serve admob and unity ads mediation.
Now, I wonder is it really necessary to install cordova-plugin-admob-unityads if I want to server unity ads mediation through admob?
Now I want to migrate from cordova-plugin-admobpro to cordova-plugin-admob-free.
Does cordova-plugin-admob-unityads can work together with cordova-plugin-admob-free? Is there any alternative?
Or is it no need to install anything, cordova-plugin-admob-free is enough to serve the unity ads mediation.
I did found one here: https://github.com/lycwed/lycwed-cordova-plugin-admob-unityads But it is nothing, no unity ads code inside.
Please advice.
Thank you.