[IOS/Android] Google AdMob Extension [3.3.7][DEPRECATED]

robinschaafsma

  • *
  • Posts: 714
Hey, im getting an error "unknown identifier admob"

Because its a mobile extension, the compatibility is mobile only, this error appears when you compiling in flash.
 You must use the admob blocks between the "do only on mobile" block when compiling in flash.



Or you can change info.txt in the extension folder if you have still problems. (Not recommended)
From
Code: [Select]
compatibility=mobileTo
Code: [Select]
compatibility=allDon'f forget to restart Stencyl


noxtudios

  • Posts: 293
Thanks for the extension... easy to implement.. but i have a strange issue..

Every few days, i upload my APK to alpha, and test on all my devices..
I have the setting for admob set to "Test Mode"

Nexus 5 displays test ads
Z3 Compact displays test ads
LG Tab displays live adverts..

Is there anything different in the extension that differs for phones and tablets?

Edit: Anyone probably reading this is thinking i did something wrong..
I have retested this twice, created an APK with Test Mode (Never actually set Live mode yet)

Installed on to all devices, and it still shows live ads.. there must be something different in the way it runs on my tablet..

« Last Edit: January 20, 2016, 10:38:04 am by noxtudios »

Rectrogames

  • Posts: 27
hey robin,

im getting a compiling error....

my  log file: https://www.dropbox.com/s/tfsd97v12n27a92/2016-01-19_20-29-23.log?dl=0

if would be great if you could help me out with this thanks!

robinschaafsma

  • *
  • Posts: 714
Thanks for the extension... easy to implement.. but i have a strange issue..

Every few days, i upload my APK to alpha, and test on all my devices..
I have the setting for admob set to "Test Mode"

Nexus 5 displays test ads
Z3 Compact displays test ads
LG Tab displays live adverts..

Is there anything different in the extension that differs for phones and tablets?

Edit: Anyone probably reading this is thinking i did something wrong..
I have retested this twice, created an APK with Test Mode (Never actually set Live mode yet)

Installed on to all devices, and it still shows live ads.. there must be something different in the way it runs on my tablet..


No the extension is not different for phones and tablets. The Android java code is al the same, so i don't know why this is.

robinschaafsma

  • *
  • Posts: 714
hey robin,

im getting a compiling error....

my  log file: https://www.dropbox.com/s/tfsd97v12n27a92/2016-01-19_20-29-23.log?dl=0

if would be great if you could help me out with this thanks!

You must disable the old AdMob Advertisement (3.0.0) Extension.

Rectrogames

  • Posts: 27
Hello the old admob extension has already been deleted, but the error is still consistent.

robinschaafsma

  • *
  • Posts: 714
The logs you send me said it stil enabled. Please run clean project en try again and post the new error logs.

robinschaafsma

  • *
  • Posts: 714
This extension will not be support by me anymore, i have build this extension in Stencyl.
http://community.stencyl.com/index.php/topic,46190.0.html

Take a good look at the moneypage in Mobile settings.

havana24

  • *
  • Posts: 508
Hi Robin,

I've noticed that you Stencyl now has the built in admob integrated but it is only for Android.
How can I use Admob on iOS?
I need to use this extension?

Thanks,
Alessandro
My Website: www.havana24.net

robinschaafsma

  • *
  • Posts: 714
Hi Alessandro,

No you don't need to use this extension anymore.

Make sure you have the latest private release  build b8987 or above...

Neotron

  • Posts: 475
Somebody know that the new Admob built-in extension supports Admob reward videos feature?

choppedupmonkey

  • *
  • Posts: 602
Do we need to update the extension Gradle file? I got an email from admob stating that the sdk was updated.

Neotron

  • Posts: 475
I still not updated my games, so those are using this extension. It is working well, but Google wants us to update all games till 09.15 to 6.4.1 or later Admob SDK version.
Somebody can tell me which version of Admob SDK is used in this extension?
Thank you!

ceosol

  • *
  • Posts: 2279
I have been testing a few android devices with admob banners and interstitials. The interstitials are popping up on one of the devices (although sometimes leaving a blank screen afterwards). I am not getting banner ads to show up on anything.

It seems to be working fine on iOS.

ceosol

  • *
  • Posts: 2279
Bump. Is there any way around the new Admob code? Or could some explain where I look for updating the SDK?