Best way to display Ad's for both iOS and Android

Hello,

I’ve been stuck trying to get Advertisements to work for both iOS and Android. I am working on a mac computer, using Xamarin Studio with Monogame. I’ve tried finding answers all over the web, but none of them seem to work for me. I use admob for my advertisements, and I have the components from Google that I’m trying to use with them.

For android it the example from the component’s details gives me the option between ‘BannerCodeActivity’ and ‘BannerXmlActivity’, but I’m kind of unsure of which I should be using for monogame?

For ios I’ve added the AppDelegate file from the example and tried changing parts of the code to work with monogame. The app loads, but the advertisement does not show up anywhere. I’m not sure if the ad is loading beneath the game possibly?

I appreciate any help!

I’m trying to do the same thing. Have you had any success?