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:
0
votes
0 answers

admob free interstitial ad only shows me test and not real ads, by integrating the script in apppresser

(function() { ready("#showAdDiaria", function(element) { var el = document.getElementById("showAdDiaria"); var adunit; var userAgent = navigator.userAgent; if (/(android)/i.test(userAgent)) { // put android ad…
0
votes
1 answer

Why the back button stopped to work on my Phonegap app after showing admob banner on android?

I coded an app with phonegap and framework7. Everything was fine, including my physical back button that is used to navigate and prompt a confirm box before exiting the app. Finally, I included the admob's code, which I already used before but in an…
0
votes
1 answer

Interstitial Ad doesn't appear

I can't do a simply html page with an Interstitial Add. I'm new in programming and I have no idea what's wrong in this code. I'm doing an app with phonegap. I added also
kupkol
  • 221
  • 1
  • 3
  • 13
0
votes
1 answer

using Admob native ads in ionic project

I'm working on ionic project. I have integrate Admob by using this plugin cordova-plugin-admobpro, it work perfectly this is the code that i use : //======admob code start============= var admobid = {}; // select the right Ad Id…
bakrim
  • 145
  • 1
  • 2
  • 11
0
votes
1 answer

PhoneGap Build: Admob Ads (Remove Test Ad with Legit Ads)

I know how to get ads up and running thanks to this Github repo - https://github.com/appfeel/admob-phonegap-build-demo I'm already aware of the AdMob policy - https://firebase.google.com/docs/admob/android/quick-start?hl=en_US It is against AdMob…
Michael Schwartz
  • 8,153
  • 14
  • 81
  • 144
0
votes
0 answers

Gettings ADS as a feed in the Ionic mobile App

I am using Google admob for getting ads in the mobile app built with IONIC, but the Google ads comes at the bottom of the page as the banner, I want them as the feeds or in the list format in the app. Please help me out.