Ads/Admob in .NET 8 MAUI

104 Views Asked by At

I am using .NET 8 MAUI. I have a CollectionView where the user scrolls through a list of posts. I want every 10th post to be an ad. Is there any packages I can use that will show me a different ad each time that I can include in a CollectionView?

I have had a look at https://github.com/marcojak/MauiMTAdmob but this only seems to be banner and Interstitial ads, which isn't what I want.

I did read something about using webview to show the ads, but I'm not too sure on how that will work.

0

There are 0 best solutions below