DEV Community

Discussion on: How to make money with Google AdMob ads in Ionic framework 3

Collapse
 
chykay7 profile image
ChykayAlpha 🔥

Ionic 3 sir.

{ name: 'myapp',
integrations: { cordova: {} },
type: 'ionic-angular',
pro_id: 'b23db1a6',
id: 'b23db1a6' }

Thread Thread
 
nikola profile image
Nikola Brežnjak

I'm suspecting you're using the new version of this plugin, or the plugin changed something, as I can't reproduce the error :(

Thread Thread
 
chykay7 profile image
ChykayAlpha 🔥

Yes i am using a new version. i implemented it 2 days ago and i've been trying to debug but no success yet. Your thoughts? any solution? should i use the old version? what do you recommend? :(

Thread Thread
 
nikola profile image
Nikola Brežnjak

I recommend trying to run the demo that's in the official docs of the plugin: github.com/floatinghotpot/cordova-... and seeing if that works. Good luck!

Thread Thread
 
chykay7 profile image
ChykayAlpha 🔥

Thanks. i did the exact same thing and no success :(

Thread Thread
 
chykay7 profile image
ChykayAlpha 🔥

Hi, @Nikola Breznjak, i later figured it out. The app i wanted to apply admobpro on was built with ionic 3 so i downgraded the plugin and it work perfectly. Thanks :)

Thread Thread
 
nikola profile image
Nikola Brežnjak

Great, glad to hear you managed to solve it 👍