Search code examples
iosxamariniad

iAd on Xamarin iOS App


I'm trying to put some IAD advertising on my Xamarin iOS App.

Googling I find out that I need the Monotouch.iAd package but I cannot find it on Xamarin Components or Nuget (or google!)

Does anybody know where I can find it? And maybe a fully working example?

Thanks


Solution

  • It seems like it is included always now,

    using iAd;
    

    You can find everything in the iAd namespace.