Giter VIP home page Giter VIP logo

admobbuddy's Introduction

Dan Manning (@dmanning23)

Welcome to my GitHub profile! I've been an active member of the GitHub developer community since June 2012, contributing to various projects and creating my own repositories. With a deep interest in game development and expertise in C# and Python, I have built libraries and contributed to open-source projects to enhance the developer experience.

๐—”๐—ฐ๐˜๐—ถ๐˜ƒ๐—ถ๐˜๐˜† ๐—ฎ๐—ป๐—ฑ ๐—ฆ๐—ธ๐—ถ๐—น๐—น ๐—ฆ๐—ฒ๐˜


  • 223 public repositories ๐Ÿ“š
  • 18 public gists ๐Ÿ“
  • 125 total commits ๐Ÿ’ป

My coding habits reflect my commitment to maintaining and improving my projects over time. I enjoy using C# and Python, and while they remain my primary coding languages, I am a coding polyglot. I've some amazing projects with languages like JavaScript, C, C++, HLSL, and Assembly language ๐Ÿ˜ฑ

My Trophies

Recognizing my continuous commitment and dedication, these trophies are a testament to the impact of my contributions to the GitHub community. I take pride in receiving such acknowledgments.

๐—–๐—ผ๐—ป๐˜๐—ฎ๐—ฐ๐˜ ๐— ๐—ฒ


I would love to connect, collaborate, and brainstorm ideas with fellow developers. Feel free to reach out to me through the following channels:

GitHub Stats


Top Languages Github Stats

My Impact


Contributing to open-source projects and sharing my libraries have allowed me to make a significant impact within the developer community. I take pleasure in helping developers overcome challenges and creating resources that simplify their coding experience.

Check out my GitHub repositories to explore my projects and my journey as a developer!

Visit My Profile

admobbuddy's People

Contributors

dmanning23 avatar firedragonweb avatar valdetero avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

admobbuddy's Issues

Not sure if I am using it correctly.

Hi,

So I've implemented it as such in my XAML.CS page:

AdMobBuddyControl ad = new AdMobBuddyControl () {AdUnitId = "pub-************************", };

I then added that view to my stacklayout main as main.Children.Add(ad);

Am I doing the right implementation. I can't see any ad, I have deployed it to my iOS device as the release version because I read somewhere admob won't work on the simulator. I am not at all familiar with this stuff, so let me know if I need to add something. Please excuse me if I am missing something basic.

Why not support NETStandard

ไธฅ้‡ๆ€ง ไปฃ็  ่ฏดๆ˜Ž ้กน็›ฎ ๆ–‡ไปถ ่กŒ ็ฆๆญขๆ˜พ็คบ็Šถๆ€
่ญฆๅ‘Š NU1701 ๅทฒไฝฟ็”จโ€œ.NETFramework,Version=v4.6.1โ€่€Œไธๆ˜ฏ้กน็›ฎ็›ฎๆ ‡ๆก†ๆžถโ€œ.NETStandard,Version=v2.0โ€่ฟ˜ๅŽŸๅŒ…โ€œAdMobBuddy 1.0.24โ€ใ€‚ๆญคๅŒ…ๅฏ่ƒฝไธŽ้กน็›ฎไธๅฎŒๅ…จๅ…ผๅฎนใ€‚ App2 E:\VSWindowForms\App2\App2\App2\App2.csproj 1

rewarded video Close event

hi
How to know if a user has closed the rewarded video or interstitial ad and didn't continue to watch an ad? or how to know a user has finished watching an ad?

I'm getting this error

Java.Lang.NoClassDefFoundError: 'Failed resolution of: Lcom/google/android/gms/dynamic/zzp;'

while executing this line of code
ads = new AdMobAdapter(this,...

i left insterstitial as " " because i dont have one yet

Android app failed to start

First of all, thank you for such a great plugin!

I have an issue with launching application with this plugin on Android:

Loaded assembly: Mono.Android.dll [External]
02-16 15:11:27.805 D/Mono ( 4046): Assembly Loader probing location: 'AdmobBuddy.Forms.Plugin.Abstractions'.
02-16 15:11:27.805 F/monodroid-assembly( 4046): Could not load assembly 'AdmobBuddy.Forms.Plugin.Abstractions' during startup registration.
In mgmain JNI_OnLoad

My configuration:

Visual Studio 2014 Update 4
Xamarin.Forms 1.3.3
Xamarin.Android 4.20
Project compile SDK: Android 5.0 (21)
Minimum target SDK: Android 4.0.3 (15)
Emulator to run: Google API (x86) API 19

Banner ads not working

In monogame banner ads not working.
It gives error at start:

System.MissingMethodException
Message=Method not found: Android.Gms.Ads.AdSize Android.Gms.Ads.AdSize.GetCurrentOrientationAnchoredAdaptiveBannerAdSize(Android.Content.Context,int)

Getting unable to resolve interface type

When using for Interstitial ads getting as:

IAdManager ads = new AdMobAdapter(mainActivity,
interstitialAdID: _interstialTestAd);

ads.DisplayInterstitialAd();

Getting:

Unable to resolve interface type 'Android.Gms.Ads.IOnUserEarnedRewardListener'. Are you missing an assembly reference?	
Unable to resolve interface type 'Android.Gms.Ads.Initialization.IOnInitializationCompleteListener'

Am i missing something?

Issue with Rewarded video in Xamarin android

Hello
First, Thanks for your repository. It's a clean code that you can call the functions wherever you want without writing them inside the MainActivity
There is an issue with interstitial ads and Rewarded Video. When I execute this code ads.DisplayInterstitialAd(); it shows a 3 seconds ad, and when I call the ads.DisplayRewardedVideoAd(); it shows again that the same 3 seconds ad despite the rewarded video ad should be about 30 seconds or at least 10 seconds, not the same interstitial ad. I also put the interstitial ad id instead of the rewarded video id, it showed the interstitial ad again.
ads = new AdMobAdapter(this, "ca-app-pub-9861583692186607/424004", "ca-app-pub-9861583692186607/493633", "ca-app-pub-9861583692186607/493633", "");

I use your codes in Xamarin Android, not Xamarin forms.
And one more thing, could you write a code for the "App open" and "RewardedInterstitial" ad?

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.