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

Alixali

  • Posts: 4
Please make sure your using Stencyl Build 8364 or higher, I had forgotten to mention this in the first post.. sorry
You can download latest private build
From Build 8364 Stencyl use the  google SDK which is required for this Extension.
Hope this helps.

Where can I find Stencyl b8364? The main page always shows b8281!

Please help. Thanks.

LIBERADO

  • *
  • Posts: 2720
I'm spanish, excuse me for my bad English.
I'm not a private teacher. Please, post your questions in the public forum.

Blaziken8x

  • Posts: 192
Can someone tell me what exactly was wrong with the old extension, should I be adding this extension to all of my old apps?

(I would prefer to just keep using the old extension, since I am used to it. And I am getting some errors on this one...)
   

NeoCHI

  • Posts: 523
Where can I find Stencyl b8364?
Here: http://community.stencyl.com/index.php/topic,13789.0.html

That link returns:
Stencyl Community
An Error Has Occurred!
The topic or board you are looking for appears to be either missing or off limits to you.
Can someone tell me what exactly was wrong with the old extension, should I be adding this extension to all of my old apps?

(I would prefer to just keep using the old extension, since I am used to it. And I am getting some errors on this one...)

I'm curious about this aswell.

LIBERADO

  • *
  • Posts: 2720
That link returns:
Stencyl Community
An Error Has Occurred!
The topic or board you are looking for appears to be either missing or off limits to you.
That link is only for subscribers. Only subscribers can get the latest private release. Blaziken8x is a subscriber.
I'm spanish, excuse me for my bad English.
I'm not a private teacher. Please, post your questions in the public forum.

robinschaafsma

  • *
  • Posts: 714
Can someone tell me what exactly was wrong with the old extension, should I be adding this extension to all of my old apps?

(I would prefer to just keep using the old extension, since I am used to it. And I am getting some errors on this one...)

I'm curious about this aswell.

The main reason is the new SDK's for IOS and Android. I rebuild it because people had problems with the old one. I think the old one will still work with te old SDK's.(don't know for how long)
For android this extension use the build-in  SDK. (you have to use Build 8364 of higher)
For IOS this extension use the latestes 7.3.1 SDK.

NeoCHI

  • Posts: 523
That link returns:
Stencyl Community
An Error Has Occurred!
The topic or board you are looking for appears to be either missing or off limits to you.
That link is only for subscribers. Only subscribers can get the latest private release. Blaziken8x is a subscriber.

So then I can't use this extension unless I puchase studio?

LIBERADO

  • *
  • Posts: 2720
So then I can't use this extension unless I puchase studio?
You can now download Stencyl Build 8395: http://www.stencyl.com/download/
I'm spanish, excuse me for my bad English.
I'm not a private teacher. Please, post your questions in the public forum.

NeoCHI

  • Posts: 523
So then I can't use this extension unless I puchase studio?
You can now download Stencyl Build 8395: http://www.stencyl.com/download/

Awesome! Does this extension work on that build?
Also if I upgradeis it possible that other extensions I'm using will break? I'm only using the simple share extension atm.

Blaziken8x

  • Posts: 192
It does work on that build and the simple share extension didn't seem to conflict with it, when I tried this extension.

Just make sure you backup your games.
   

Almakos

  • Posts: 632
Hey Robin,
following your suggestion I've managed to build to device.
I have another question:
In AdMob I have set up two ad units. Both interstitial.

Is there a way to show different interstitial ad units with this extension?
I want to show fullscreen banner between levels and show video only after user clicks a button.

Thank you
Fishing Fantasy Trailer


Blaziken8x

  • Posts: 192
^Does AdMob even have video ads?
   

robinschaafsma

  • *
  • Posts: 714
^Does AdMob even have video ads?
You can select Text, image and video when you created a   interstitial ad. If you only want to use video, only select video.

« Last Edit: June 17, 2015, 11:22:21 am by robinschaafsma »

robinschaafsma

  • *
  • Posts: 714
Hey Robin,
following your suggestion I've managed to build to device.
I have another question:
In AdMob I have set up two ad units. Both interstitial.

Is there a way to show different interstitial ad units with this extension?
I want to show fullscreen banner between levels and show video only after user clicks a button.

Thank you
I have to say no..

but..
You can try to use the initialize block before calling Show interstitial block. Every time it calls initialize block it have to change the ad unit.

So in your case:
- use first initialize block with the fullscreen ad unit id and Show intertitial between levels.
- use second initialize block when user clicks button and Show intertitial after that.

I don't know if this work, you can try it.

Almakos

  • Posts: 632
Thank you for swift reply! Your solution sounds legit
I'll give it a try.
Cheers!
Fishing Fantasy Trailer