MTAdmob icon indicating copy to clipboard operation
MTAdmob copied to clipboard

Admob plugin for Xamarin Android and iOS

Results 46 MTAdmob issues
Sort by recently updated
recently updated
newest added

Hello, I don't know if you use PendingIntent. But since updating my device to Android 13 I am getting this error: Targeting S+ (version 31 and above) requires that one...

**Describe the bug** I updated plugin from 1.6.9 to the 1.8.0 version. When I complete rewarded video in 1.8.0 version I don't get reward, it happens only on iOS. When...

Is there any plans to include Native ads in your plugin? I am trying to achieve a Facebook/Instagram style UI, where the user can scrolls through posts and every X...

Hello Is this package availiable for .net 7? i'm trying to install using the pakage manager but i get some errors in the process: > > NU1608: Detected package version...

Hello there! I've created a mobile game using MonoGame and recently began integrating AdMob. As far as I understand, MonoGame utilizes Xamarin Native under the hood. The integration process on...

MTAdmob 1.9.0.6 Xamarin forms 5.0.0.2545 iOS 15.7.5 Works fine on Android but crashes for iOS with ObjectReference not set to an instance of an object.mscorelib at Google.MobileAds.AdSizeCons.get_Banner() at MarcTron.Plugin.Renderers-AdViewRenderer.GetAdSize Basic...

**Describe the bug** I'm adding banner ads. There is no problem with the simulator. Test ads are working. But when I test it on a real device, when I go...

**Describe the bug** In my MAUI projects, I have all the platforms (Windows, iOS, Android, MacCatalyst). When I run the application for MacCatalyst, the application crashes. I have to create...

Hello Where i need to put RewardedInterstitial? Here in net standard project? public partial class AboutPage : ContentPage { protected override void OnAppearing() { base.OnAppearing(); CrossMTAdmob.Current.LoadRewardedInterstitial("ca-app-pub-xxxxxxxxxxxxx"); CrossMTAdmob.Current.ShowRewardedInterstitial(); } } I...

hello Is this plugin compatible with Xamarin Android? Or does it just work on the Xamarin forms?