Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
AdMob mediation: reward ads — Gideros Forum

AdMob mediation: reward ads

simwhisimwhi Member
edited May 2016 in General questions
I just read this:

http://googleadsdeveloper.blogspot.com/2016/03/rewarded-video-support-for-admob.html

This could be a great solution to incorporate many ad networks using just one API.

Likes: totebo, antix

+1 -1 (+2 / -0 )Share on Facebook

Comments

  • Is this possible to integrate, or on the roadmap?
    My Gideros games: www.totebo.com
  • I think Gideros really needs to get this implemented, and quickly please :)

    I also think there needs to be an actual roadmap (is there one?) that has a list of features, what state they are in and estimated time to completion.

    Either somebody (or we all collectively) need to create this list and prioritize it so things that are important.. get completed first.
    +1 -1 (+3 / -0 )Share on Facebook
  • hgy29hgy29 Maintainer
    Plus now that plugins are scriptable, more involvement of the community with actual coding is possible.

    Likes: simwhi

    +1 -1 (+1 / -0 )Share on Facebook
  • Re the 'roadmap', I personally think that the audio api (especially latency on Android) is the thing that needs improving most at present. setVolume should be extended for left/right (if multiple parameters). both openAL and openSL ES have effects.

    https://developer.android.com/ndk/guides/audio/index.html

    Likes: n1cke

    Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!).
    https://deluxepixel.com
    +1 -1 (+1 / -0 )Share on Facebook
  • Well personally I find not being able to make money using adverts plugin more annoying than the audio issue (that has been present for years). Can't donate if I don't make money eh?
  • antixantix Member
    edited August 2016
    So a question about the ads plugin and admob. How do you make it work? I have the plugin integrated into my Android Studio project and I'm calling it from my game..
    admob:showAd("auto", "my key thing here")
    I don't see any advert. In LogCat I can see..
    08-19 09:24:53.579 14459-14476/com.antix.breaky_wall W/Ads: There was a problem getting an ad response. ErrorCode: 0
    08-19 09:24:53.581 14459-14459/com.antix.breaky_wall W/Ads: Failed to load ad: 0
    What am I doing wrong?
  • Have you also added play services - I think that is needed by admob too.
    Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!).
    https://deluxepixel.com
  • No prob, I figured it out :)

    I don't think you need Play Services for adverts to work, though I do have Play Services working (through Gaming plugin).

    Now that it's working I can publish :)
  • :)
    Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!).
    https://deluxepixel.com
Sign In or Register to comment.