views:

113

answers:

2

I'm writing a C# .NET Compact Framework application and would like to embed ads into it (e.g. small banner on top of every screen). However, I couldn't find any advertising SDKs. Aren't there really any?

If implementing it from scratch, how would you do it? Google's Ad Sense for example only works with mobile websites (that can be reached by Google's bot).

A: 

Most mobile ad networks are focused on iPhone apps, but the only one I could see that supports Windows Mobile is SOMA by a company called Smaato.

tomlog
thank you, but I cannot find an API on their website. Is it still in development and not open to public yet?
Sebastian
I don't know, but you could send them an email to ask?
tomlog
A: 

Amobee has a advertisement SDK that can return a banner of predefined size to an application. They offer a JAVA Api, but getting an ad from their service is as easy as accessing a URL with some query-string and downloading a image.

RA