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
498 stars 214 forks source link

Using on Ionic V1 #356

Open RodrigoIbarraSanchez opened 5 years ago

RodrigoIbarraSanchez commented 5 years ago

Hi! How can I use this Plugin on ionic V1? I see the documentation but this is for more recent ionic and angular version. Thank you.

rodrigograca31 commented 5 years ago

@RodrigoIbarraSanchez (hahahaha same name. :joy:) you can use it directly. just add the plugin and do:

admob.banner.config({
    id: '......',
    autoShow: true
    // isTesting: true
});

// Create banner
admob.banner.prepare();

And this is not an issue but a support question so please close the issue.