Coder Social home page Coder Social logo

mauimtadmob's Introduction

MauiMTAdmob

Package name: Plugin.MauiMTAdmob

Latest version: 1.0.1

If you are looking for the newer version of my plugin for Xamarin, you can visit: MTAdmob

Current Status

Android iOS Windows Mac
Banner ✔️ ✔️
Interstitial ✔️ ✔️
Rewarded ✔️ ✔️
Rewarded Interstitial ✔️

Methods

Banner Interstitial Rewarded Rewarded Interstitial
LoadAd LoadInterstitial LoadRewarded LoadRewardInterstitial
ShowInterstitial ShowRewarded ShowRewardInterstitial
IsInterstitialLoaded IsRewardedLoaded IsRewardInterstitialLoaded

Events

Banner Interstitial Rewarded Rewarded Interstitial
AdsClicked OnInterstitialLoaded OnRewardedLoaded OnRewardedLoaded
AdsClosed OnInterstitialOpened OnRewardedOpened OnRewardedOpened
AdsFailedToLoad OnInterstitialClosed OnRewardedClosed OnRewardedClosed
AdsImpression OnInterstitialFailedToLoad OnRewardedImpression OnRewardedImpression
AdsLoaded OnInterstitialFailedToShow OnUserEarnedReward OnUserEarnedReward
AdsOpened OnInterstitialClicked OnRewardedClicked OnRewardedClicked
OnInterstitialImpression

Important for Android

if you are receiving some errors about UMP while compiling your projects, add the following code to your csproj file:

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0-android'">		
	<AndroidLibrary Include="Dependencies\user-messaging-platform-2.0.0.aar" Bind="false" />
</ItemGroup>

Now, follow these steps:

  • Create a folder "Dependencies" in your project
  • download the file user-messaging-platform-2.0.0.aar from internet or from this repository.
  • Copy the file in this folder
  • Build your project and everything will compile correctly

This might not be required anymore since version 1.0.1

Xamarin.Firebase.iOS.Core 8.10.0.1

If you encounter this error while using this plugin, you can solve it following this comment: xamarin/GoogleApisForiOSComponents#555 (comment)

mauimtadmob's People

Contributors

marcojak avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.