Plugin.DroidMTAdmob 1.0.0

dotnet add package Plugin.DroidMTAdmob --version 1.0.0                
NuGet\Install-Package Plugin.DroidMTAdmob -Version 1.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Plugin.DroidMTAdmob" Version="1.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Plugin.DroidMTAdmob --version 1.0.0                
#r "nuget: Plugin.DroidMTAdmob, 1.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Plugin.DroidMTAdmob as a Cake Addin
#addin nuget:?package=Plugin.DroidMTAdmob&version=1.0.0

// Install Plugin.DroidMTAdmob as a Cake Tool
#tool nuget:?package=Plugin.DroidMTAdmob&version=1.0.0                

MtAdmob plugin for .Net Android

With this Plugin, you can add a Google Admob Ads inside your .NET Android Projects with a single line of code!!! This plugin supports: Banners, Interstitial, Rewarded, Rewarded Interstitials and now even: Open Ads, Native Ads and Consent (only in the licensed version)

PLEASE READ

I've added support for the consent required by Google for all the final users living in Europe. This support for UMP is only available in the licensed version of the plugin. Without the licence, the plugin will continue to work as usual with all the other features normally available. This will allow me to continue supporting the development of the plugin. You can buy the licence at https://hightouchinnovation.com/AMTAdmob If you are a charity or your app is used to support a good cause, contact me, and I'll evaluate it to send you a free licence.

Setup

This plugin supports:
  • .Net for Android

VERY IMPORTANT

If you encounter an error on this plugin, check the guide at https://hightouchinnovation.com/AMTAdmobGuide where you can find also common issues and how to solve them.

You can also report any issue at https://github.com/marcojak/MauiMTAdmob/issues

A sample project is available at https://github.com/marcojak/MauiMTAdmob/

How to use MTAdmob for Android

You need to add your Admob APPLICATION_ID to your AppManifest: <meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="YOUR APPLICATION ID" />

You can find the full guide here: https://hightouchinnovation.com/AMTAdmobGuide

To buy the licence visit https://hightouchinnovation.com/AMTAdmob Available on Nuget: https://www.nuget.org/packages/Plugin.DroidMTAdmob/ Guide: https://hightouchinnovation.com/AMTAdmobGuide (you'll find here also the common issues and how to solve them) Tutorial: https://www.xamarinexpert.it/admob-made-easy/ (Version for Xamarin but very similar to the .Net version) To report any issue: https://github.com/marcojak/MauiMTAdmob/issues

CRYPTOGRAPHY

This plugin uses a cryptographic algorithm to handle the licence.

DISCLAIMER OF LIABILITY

By using MtAdmob for Android (the "Plugin"), you agree that:

  1. The Plugin is provided "as is" without any warranties or guarantees of any kind, either expressed or implied.
  2. I shall not be responsible or liable for any direct, indirect, incidental, special, or consequential damages arising out of the use or inability to use the Plugin.
  3. I do not warrant that the Plugin will meet your specific requirements or operate without interruption.

You acknowledge that the use of the Plugin is at your own risk. The author of the plugin disclaims all liability for any damage to your computer system or loss of data that results from the use of the Plugin.

This disclaimer of liability is a fundamental part of the agreement between you and the author of the plugin. You agree that the limitations and exclusions of liability set forth in this disclaimer are reasonable and fair.

If you do not agree to these terms, do not use the Plugin.

Product Compatible and additional computed target framework versions.
.NET net8.0-android34.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 127 10/9/2024

Version 1.0.0
First offical release. Includes  Banner, Collapsible Banner, Insterstitial, Rewarded video and Open Ads, Native Ads, Consent (licensed version)