TOUR
PRICING
HELP
Stencylpedia
Blocks Guide
Sample Games
Developer Center
FORUMS
CHAT
#MADEINSTENCYL
EDUCATION
SIGN IN
×
Welcome back!
Username or E-mail
Password
(
Forgot?
)
C
OMMUNITY
Home
Issue Tracker
Inbox [0]
New Posts
New Replies
Search
Stencyl Community
→
Stencyl
→
Ask a Question
→
Ads not showing in game
Pages:
1
Ads not showing in game
okyanusefer
Posts: 40
October 16, 2016, 02:10:45 pm
Hello, i enabled admob ads, and i put my unique identifier for the ad unit. I compiled but its not showing.
When Created
Show Admob Banner ad
Move banner to bottom
i searched in forum, but i didnt find my problem reason.
MattHutchings
Posts: 224
October 16, 2016, 04:08:36 pm
Hi there,
How long ago did you create the ads via admob as they take a little while to come through I believe.
Matt.
Decagon My New Game!
okyanusefer
Posts: 40
October 17, 2016, 08:22:03 am
Its a old ads not new.
robinschaafsma
Posts: 714
October 17, 2016, 09:45:08 am
http://www.stencyl.com/help/view/android-ads/
http://www.stencyl.com/help/view/iads/
Are you using the initialize block with your appID.
https://byrobingames.github.io
Issues? Create an issue on
https://github.com/byrobingames
okyanusefer
Posts: 40
October 17, 2016, 02:37:44 pm
i was used when created scene, load ads and show. but built-in admob not support it. its showing late. i publish only android side, and i was used [iOS & Android] AdMob Extension [3.0] by Abliblablobla, have we fix for showing late problem? or any have idea about that :/ thanks for help, best regards. sorry my bad english.
robinschaafsma
Posts: 714
October 18, 2016, 03:48:35 am
I need to see your code, can you share some screenshot of your blocks (all of the admob blocks) and tell if its an scene behavior of actor behavior.
https://byrobingames.github.io
Issues? Create an issue on
https://github.com/byrobingames
okyanusefer
Posts: 40
October 18, 2016, 04:31:52 pm
This is my main scene, when i was using [iOS & Android] AdMob Extension [3.0] by Abliblablobla, i havent problem about that. sometimes showing , sometimes not showing. sometimes loading late. i dont understand
thanks for help best regards.
robinschaafsma
Posts: 714
October 19, 2016, 01:00:59 am
No you cannot do this like that, the ads has no time to load before it can be showed.
You can do 2 this: (there are more)
1: Put the "
show fullscreen ad
" block between an "
do after XX seconds
" block (normally it takes about between 1 a 2 seconds to load) but you can play with the seconds)
2: Put the "
show fullscreen ad block
" block in the ads Event "
when fullscreen ad is loaded"
. If the ads are loaded it will show automatically
I am assume the initialize block is in an Load scene.
See also
http://www.stencyl.com/help/view/android-ads/
https://byrobingames.github.io
Issues? Create an issue on
https://github.com/byrobingames
okyanusefer
Posts: 40
October 19, 2016, 05:33:14 am
my ads event like this. when fullscreen ad is loaded in which version? thank you soo much.
robinschaafsma
Posts: 714
October 19, 2016, 09:16:45 am
Yeh sorry i mean when the full screen ad area loads
https://byrobingames.github.io
Issues? Create an issue on
https://github.com/byrobingames
okyanusefer
Posts: 40
October 19, 2016, 09:35:51 am
Thanks for helping!
Pages:
1