Create a Custom AdMob Plugin for Phonegap Build (for iOS and Android)
Everything in my Phonegap Build app is working, including the Analytics and FacebookConnect plugins. However, now I would like to add AdMob ads. Phonegap Build does not provide a built-in plugin for AdMob, but according to the Phonegap Build Plugins page , you can now add your own custom plugins (see Contributing Plugins at the bottom of the page). PhoneGap Plugins can be made compatible with PhoneGap Build with the use of a plugin.xml file... The Phonegap Build Plugins page references the Child Browser plugins.xml on GitHub as an example of how to setup the custom plugin.xml. Below is the