Mobile Ads

I’m working on a mobile F2P game, and want to do a lot of ad integration.
I’ve seen several MonoGame based games on the app stores that have really nice ads… one that pops to mind is ReDungeon has banner, interstitial, video, and rewarded video ads.

I’ve seen some articles & blog posts about integrating AdMob with Xamarin and MonoGame, so I’m going to try that route. I don’t mind going through and figuring it out for myself… but integrating ad networks isn’t a lot of fun, I’d rather be working on gameplay. Since this is something that has been done before, it would be nice to reuse existing code.

Are there any examples out there of full-featured ad-network integrations in MonoGame? Any help appreciated :slight_smile:

Cheers!

Got everything working with RevMob just now :slight_smile:

I’ll upload a repo to github once I clean up the iOS integration.

Cheers!

edit:

Soure code showing how to integrate revmob ad banner, interstitial ad, and rewarded video on monogame:

bundled up into a nuget package for ease of use (instructions are on the github page):

and an example game with the whole thing set up:

1 Like

Nice! This will be really useful to the community :slight_smile: