AdMob works on enulator but not the phone

Hi all,

I followed this tutorial step by step : https://github.com/santonocito/angular-admobpro to add AdMob in my application. It works pretty well on my android emulator not nothing on the phone.

Have you remotely debugged your smartphone? Maybe you’re receiving 404 error which would mean:

  • either you’re not using newer Ionic and Cordova CLI so whitelist plugin is not included by default though I don’t think this is the case if it works on your emulator
  • maybe you haven’t turned on Internet connection, you would me amazed how many people forget to do that (me included)

Hi,
My “ionic -v” gives me 1.6.4. And I always have my internet connection turn on. I’ll try again today, and we’ll see :confused: