Cross platform AD / adverts library?

Hi guys, I’m new here but been using monogame for a while now.

I’m about to monetize my game but I wonder if there’s something like cross platform AD library or special code that will work in 3 platforms using mono / monogame?

I understand if we have no choice but to separate AD implementation for each platform :smile: … just wondering.

Cheers!

I am pretty sure I have heard of a couple cross-platform libraries but I don’t remember where I saw it. Probably on StackOverflow. I use AdMob on my Android and iOS build since Xamarin offers component libraries for those platforms. I am about to try it on Windows8/WindowsPhone but I haven’t done it yet. I’m pretty sure AdMob has a windows library as well (probably a web-based API)

Great, I’ll go check AdMob.

Thanks for the response!