Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to implement admob ads with Phonegap?

I want to implement admob ads with phonegap for Android... Is there any guide on how to do this? I've looked around and could only find guides for IOS. Any help would be greatly appreciated.

like image 688
Samar Avatar asked Nov 13 '22 01:11

Samar


1 Answers

There are instructions specific to using AdMod/Android with Phonegap here:

Just check the link given below.

https://github.com/phonegap/phonegap/wiki/In-App-Advertisements

You can also find more details about the generic AdMod SDK/Android setup here:

https://developers.google.com/mobile-ads-sdk/docs/admob/fundamentals

Which will help you understand the SDK and what exactly you're setting up.

Make sure you click on the Android tab.

like image 66
ellemayo Avatar answered Jan 06 '23 06:01

ellemayo