Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Haeydr

Pages: 1 2
1
thank you, this worked.

2
I am trying to display full screen ads using the AdMob Extension at certain intervals. In one mode of my game, there is a 10 second timer and the player has to make a highschore. Once the timer ends, the scene switches and the player is brought to the score scene where the player can choose to tap "retry" and it redirects the player to the game scene where the timer starts again. What i am looking to do is displaying the full screen ads not every time the score scene is displayed but after the player has played it 5 times. So basically i want the full screen ad to be displayed every 5th time the score scene is shown. I've been trying various approaches, but i just can't seem to do it that way.

Any help will be greatly appreciated.

3
AdMob / Re: Ads stopped showing all of a sudden on Android
« on: June 14, 2014, 01:12:51 pm »
alright, everything solved. Somehow the extension just wasn't working. I re-installed the extension and everything works fine.

4
AdMob / Re: Ads stopped showing all of a sudden on Android
« on: June 11, 2014, 07:49:07 pm »
Yeah i read the extension guide but for some reason i can't get the extension to work. The Ad IDs are not in a similar format as the ones shown in the guide. I get an error saying "Ads has no field initAdmob" when i try to use the IDs which are in the format "ca-app-pub-XXXXXXXXXXXXXXXX/XXXXXXXXX" (Ad unit) and "pub-XXXXXXXXXXXXXXXX" (pub ID). I tried using both IDs but i get the same error. I wanted to use the extension to use full-screen ads but i just can't get it to work. I followed the extension guide step by step about 3 times, but the same error came every single time.

5
iPhone / iPad / Android / Re: Fruit Rush (Android)
« on: June 11, 2014, 06:25:22 pm »
Hi VashTS, i PMed you so if you could please have a look at it i'd greatly appreciate it. Thanks.

6
iPhone / iPad / Android / Re: Last Bird Standing (Android)
« on: June 11, 2014, 06:22:01 pm »
Hi ogiepogi, i PMed you so if you could please take a look at it then i'd appreciate it a lot. Thanks

7
vanhaylo, i PMed you so if you could please have a look at it then i'd appreciate it a lot. Thanks

8
yeah that's the part i can't get how to load and initialize it. Also, i tried to follow the guide but the publisher ID and stuff is in a complete different format than what is shown in the guide.

I also PMed you another question. I'd appreciate it if you can look at it.

9
Congratulations on the quick success.

I have a quick question though. Are you using Admob for full screen ads? if so, how did you make full screen ads work? I can't get them to work. If you could guide me how you did it then i'd appreciate it a lot.

10
AdMob / Ads stopped showing all of a sudden on Android (Solved)
« on: June 06, 2014, 08:41:39 am »
I had ads working on my app for about a week now, but today all of a sudden apps stopped working altogether. No ads are showing up anymore. I am not using the AdMob extension, but i'm just using the built in support for AdMob.

I am attaching the log that generates and shows the error in the device monitor.

On a side note, i tried using the extension, but it wouldn't work. I followed the guide, but the AD ID not the publisher ID match the format of the ID shown in the guide. I tried using both in the code and got errors. I posted the issue before, but not one really replied back how to use it properly :/. A little bit of help there would be appreciated too.

11
AdMob / Re: Android Ads
« on: June 03, 2014, 05:56:33 am »
Here are screenshots for anyone who needs a clearer picture of how to set it up.

12
AdMob / Re: [iOS & Android] AdMob Extension [2.1]
« on: June 03, 2014, 04:36:21 am »
Did you solve your issue?

No, i still haven't been able to use this extension properly.

13
AdMob / Re: Android Ads
« on: June 02, 2014, 03:09:40 pm »
yeah i haven't had to use my publisher ID at all. And yes, copy paste it just like it is with the slash and everything.

14
AdMob / Re: Android Ads
« on: June 02, 2014, 09:00:42 am »
You need to use the Ad Unit ID instead of your publisher ID.

15
AdMob / Re: [iOS & Android] AdMob Extension [2.1]
« on: May 29, 2014, 01:29:09 pm »
You need to use 'initialize admob' block at the start of the game, using the pub-XXXXXXXXXXXXXXXX stuff.
Then you use ca-app-pub-XXXXXXXXXXXXXXXX/XXXXXXXXX to display the ads you want to show with 'show ad block'.

I don't really see the "initialize admob" block anywhere :/. Can you post a screenshot of which blocks you are talking about that i need to use? Thanks.

Pages: 1 2