Does anybody have a suggestion to use Admob’s iOS ads without using the iPhone SDK? What I ask is similar to “API based integration” feature of InMobi, i.e. You setup your web server and redirect requests to AdMob’s iOS banner server and redirect the response to user. Please note that what I ask is quite different from AdMob’s “mobile web” feature (which is soon to be discontinued)
The reason I don’t want to use the SDK is to integrate ads without changing the installed apps on current users, because there is already a proper-sized UIWebView on my app which fetches some banners from my web site.
Unfortunately, AdMob does not offer an API based integration of this nature.