I\'m having some problems getting ads to work. I can\'t rap my brain around why it isn\'t working. I have the following plugins installed:
com.google.playservices 19
I am the author of the plugin you are using. Please migrate to the pro version:
cordova plugin add com.google.cordova.admob
Or (if you are using cordova CLI v5.x),
cordova plugin add cordova-plugin-admobpro
Here is a working demo using cordova-plugin-admobpro in a Ionic framework APP: https://github.com/floatinghotpot/admob-demo-app-ionic
Suggest:
https://github.com/floatinghotpot/admob-demo-app-ionic/blob/master/demo/js/admob.js
You can even directly copy this file to your project, then reference in your index.html:
Like this demo index.html: https://github.com/floatinghotpot/admob-demo-app-ionic/blob/master/demo/index.html#L21