11 comments on “AdMob ANE”

  1. Hello Pozirk,
    I’m trying out your ANE for AdMob and I’m not sure how to proceed.
    I see where to init the PUB ID ok
    _admob.init(“pub-123…”)
    but ‘m now wondering how to handle the “AD UNIT ID” provided by AdMob (“Ad unit ID: “ca-app-pub-123…/456…”). Is it needed/managed by your ANE?

  2. Sometimes I was catching Advent.BANNER SHOW_OK event, but banner was not displayed. I checked other displays objects (made it transparents 50%) – but never seen banner.
    (Android 4)

    1. So this bug appeared only after reactivating app.
      Then I replace my listener for DEACTIVATE event from stage to NativeApplication.nativeApplication and bug disappeared.
      //stage.addEventListener(Event.DEACTIVATE, deactivate); // bug
      NativeApplication.nativeApplication.addEventListener(Event.DEACTIVATE, deactivate) // workaround

  3. Hello,
    I have a problem..my logs are good..admob init, then i cache the ad..its ok..but when i showAd the application close himself..any idea why ???

  4. Hi,
    1120: access of undefined property -adMob is the error coming up.
    Can you please let me know if i am missing out something

    thank you

Leave a Reply

DISCLAIMER: The content in this blog represents the opinion of the author. No information here should be used for any purpose except for entertainment.