Giter Site home page Giter Site logo

alextouch.googleadmobads's People

Contributors

dalexsoto avatar jlyonsmith avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

alextouch.googleadmobads's Issues

Device rotation and ad sizes

When the device rotates, it causes all kinds of issues related to the size of the Ad. I am using SmartLandscape and SmartPortrait which works fine until you rotate. For instance if you start landscape the add height is farily small. When you rotate to portrait, the view does not resize and it cuts off the Ad in the middle. Any ideas on that? Thank you!

Ads stop loading on error

It seems that when an error occurs like "Request Error: A network error occurred." or "No Ad to show", then it stops refreshing. So to reproduce, have a refresh rate of 30 seconds. let an ad load then disable your wifi. Let an error happen for the next load. Now enable your wifi. No more ads will load. Thanks for your help.

Error in the Readme

var ad = new GADBannerView(new RectangleF(new PointF(0,0), GADBannerView.GAD_SIZE_300x250))

should be
var ad = new GADBannerView(GADAdSizeCons.MediumRectangle,new PointF(0,0))

Share AdMobExporter project?

Hey Alex, great work on this library and the AlexTouch.iRate binding too. Any chance you could add the sources for the libAdMobExporter project to this repo? I presume you created that library with Obj-C and XCode? Thanks!

Cant get test adds to work.

I cant seem to get test ads to work. Here is my code snippet.

GADRequest request = new GADRequest();
request.Testing = true;
request.TestDevices = new string[] { GADRequest.GAD_SIMULATOR_ID };
adMobBanner.LoadRequest (new GADRequest ());

Any help would be appreciated. Thank you!

Namespace decloration

Is there any reason that StructsAndEnums.cs is not within its own namespace thing? Had came to my attention today.

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.