ratson / cordova-plugin-admob-free

New development has been moved to "admob-plus-cordova", https://github.com/admob-plus/admob-plus/tree/master/packages/cordova
https://github.com/admob-plus/admob-plus
MIT License
499 stars 214 forks source link

Mediation inmobi reward = work, mediation inmobi banner != work #212

Closed ivanov84 closed 3 years ago

ivanov84 commented 6 years ago

Hello. I use cordova-android 7.1.0 Mediation inmobi reward - work Mediation inmobi banner - never shown

I looked into reward java code and found that there uses bundle but in banner java code bundle does not prepeare. May it cause problem with loading banner mediation?

regards, Dmitriy Ivanov.

ivanov84 commented 6 years ago

I found error! It works now!

iOs: When I deleted self.bannerView.bounds = bf; my mediations started to work!!!!!!!!!!!!!!

Android: I have to change default AdSize from smart_banner to simple banner

ivanov84 commented 6 years ago

@ratson I think you should look at this situation.

regards, Dmitriy Ivanov.