Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using ads in PhoneGap iPhone app

Does anyone have any insight, experience/links they can point me to for adding ads to an app I'm building on the PhoneGap platform?

I've been searching and not a lot of information out there. Thought I'd ask. Thanks in advance.

like image 782
TNC Avatar asked Feb 10 '11 10:02

TNC


1 Answers

Depending on which platform you are looking for, there are different implementations. You can go with a purely web-based approach (integrating google Ads, for example). Given you tagged it with iPhone, I guess you are looking for an iOS solution?

If so, check out the AdPlugin available on GitHub. It is a bit of objective C and a bit of JavaScript that allows you to integrate native iAds into your phonegap-iphone app.

like image 69
fil maj Avatar answered Oct 16 '22 16:10

fil maj