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

Hi, After the update (1.8.0) I get in MainActivity.cs "The name 'MobileAds' does not exist in the current context". Has anything changed? Thank you very much. Keep up the great...

I am thinking about integrating Ads the first time and since Xamarin has been closed for any further development, I chose to implement my Apps using .NET MAUI. MAUI is...

**Describe the bug** App crashes when I set targetSdk to 31 and target framework Android 12. Bug occurs only when I try to run my project on phones and emulators...

Hi, Today i received notyfication from admoob. They Restricted ad serving because Modified ad code: Resizing Ad Frames. Later I will add xaml code, but maybe someone has the same...

MTAdmob [Android] works fine when user does not click on a rewarded video ad, but breaks when trying to resume game after clicking on the ad. - If a user...

I installed the latest version and I am getting the following error: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a...

I am currently trying to implement ads whilst also adhering to Google's EU user consent policy. In the documentation found [here](https://www.google.com/about/company/user-consent-policy/), the policy states the following: **When seeking consent you...

**Describe the bug** 1. My Android app was successfully released before adding this plugin. 2. App successfully showing ads on debug mode after adding the MarcTron.Admob from NuGet. App. (implementation...

**Describe the bug** Hi! I love the plugin! But when updating Xamarin.Google.iOS.MobileAds to 8.13.0 from 7.66.0, it crashes when launching the iOS app in a simulator, and on a real...

Hey, what's up I found a strange bug: ``` MTRewardedAdOptions options = new MTRewardedAdOptions { UserId = "UserId", CustomData="Some custom string mkay", }; CrossMTAdmob.Current.LoadRewardedVideo(adBlock, options); ``` The problem is in...