Advertisements?

Rather than the $0.99 fee, I just added advertisements to my game. I didn’t think this was possible until I got a Windows Phone and noticed other XNA games having them.

Does MonoGame offer advertisements? I assume they would at least be developed on Android and iOS? Any code examples and what other things do I sign up for? (Windows Phone dev account and then I also had to sign up for their pub account or whatever). I already have a Google AdSense account from YouTube.

No… it doesn’t and never will.

There are lots of different ad networks out there that work with C# and various platforms. Any of these should be usable from MonoGame.

I have a snippet of code on my blog for integrating AdMob into an Android game using MonoGame. Perhaps it will help.

http://www.craftworkgames.com/blog/monogame-code-snippets/using-admob-with-monogame/

I successfully use AdMob interstitials in Android and WP8.