Questions tagged [phonegap-admob]
15 questions
46
votes
4 answers
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…

Mark Rummel
- 2,920
- 10
- 37
- 52
3
votes
1 answer
Error when building locally in Cordova after adding cordova-plugin-admobpro
I have upgraded my Cordova CLI development environment to the latest versions. But still obtaining this error so I can't build my project:
The command:
cordova build android
The error message:
Error: Project contains at least one plugin that…

Javier Haro
- 1,255
- 9
- 14
2
votes
3 answers
How to show loaded reward video in adMobPro?
I am using https://github.com/floatinghotpot/cordova-admob-pro in my phonegap application.
For interstitial and banner I am using
AdMob.showInterstitial();
AdMob.showBanner(getSelectedPosition());
is working correctly. Now I am trying to display…

mujaffars
- 1,395
- 2
- 15
- 35
1
vote
1 answer
How do I show ads in Phonegap Build using the Phonegap-admob plugin?
I've been trying to make an app using HTML, CSS, and JS using Phonegap Build, but admob ads will not show up. My JS code for showing ads is: