11

I am quite aware that .NET MAUI is just the next generation implementation of Xamarin.Forms, so most Xamarin.Forms guides should work on .NET MAUI (I guess).

Has anyone got Admob to work in .NET MAUI, and if so, how? I just need pointing in the right direction and I will be on my way

Tanaka Mawere
  • 683
  • 1
  • 9
  • 22

1 Answers1

4

The plugin for MAUI version is available for some time now. See below link for details. https://github.com/marcojak/MauiMTAdmob

Owen Lee
  • 349
  • 1
  • 5
  • 19
  • I have noticed that it's not working for me, simply installing the Nuget is throwing a lot of errors – Tanaka Mawere Sep 24 '22 at 13:31
  • It works for my app. You can read the tutorial to setup your project. https://www.mauiexpert.it/admob-for-maui-made-easy/ – Owen Lee Sep 24 '22 at 15:44
  • 1
    The previous versions of MAUI have been on .net6, the released version is .net7. All these libraries are based in .net6. Looks like we're all waiting until the libraries catch up. – markokstate May 19 '23 at 23:22