I have an app, and it currently uses iAd. The problem I have right now is some countries, say Malaysia, is using my app, but iAd does not display ads there, so I get no revenue
only in the US, where the iAds are served.
So my question is, is there any ad network I can use so that I can get a snippet of code and display it in the app via UIWebView when iAd is not available?
I think there is a way, but I don’t know if any ad company does that, does ADMob do that?
I use Adsense and a
UIWebViewin some of my apps which has worked very well for me. I’m not sure about Malaysian specifically, but there are tons of hits from various countries outside of the U.S.What I do is just paste the ad code into a php file (or html or whatever) on my server and load that page into a
UIWebView. I also implement code to detect when a user taps on the ad which I then redirect the user to Mobile Safari.Correction, Malaysia is on there as well.