I have been working on developing a mobile app specifically for android platforms using Meteor.js
As I am nearing completion, I decided to integrate Google AdMob into my application. Unfortunately, despite my efforts, I could not find any suitable package for Meteor on Atmosphere. As an alternative, I opted to use the Cordova plugin along with directives. You can find more details about this decision here: com.google.cordoca.admob and here: Meteor Cordova Integration
In my project, I utilize iron:router in conjunction with Meteor, running version 1.0.
Despite multiple attempts, I have been unable to successfully implement AdMob functionality within my app. I have experimented with different approaches such as Iron Router actions, client.js, and server.js utilizing the startup function. Unfortunately, I am encountering difficulties with accessing the AdMob variable from JavaScript, leaving me uncertain about where to make the necessary changes.
If anyone has any suggestions or solutions to offer, I would greatly appreciate it. Thank you.