ads not working

  1. P

    Having Trouble With Ads Please Help!

    I've had an admob account for about a month now and I've heard people say that this error happens when you have a fresh admob account but it isnt the case for me this is my code that does the ad GoogleMobileAds_Init(intid,appid); GoogleMobileAds_LoadInterstitial(); idk if i should post the...
  2. F

    Reward Ads problem

    Hi again, i have another problem and now its reward ads. If i tap on object to show reward ad nothing is working! Here is output: 03-29 12:54:30.116 28074 28074 I Ads : This request is sent from a test device. 03-29 12:54:30.163 2822 29078 W Ads : App does not have the required...
  3. D

    GameMaker Interstitial, Banners & Reward Ads Tutorial Series [VIDEO]

    GM Version: Studio Target Platform: mobile (Android OS in this example) Download: n / a Links: Summary: Implement AdMob ad's in your projects. Part One [Interstitial] Length: 7m 28s Code: https://pastebin.com/Ny2aaGSG Part Two [Banners] Length: 7m 21s Code: https://pastebin.com/GH6MBXNM...
  4. E

    I put an ad with admob but it gives an error

    11-23 17:49:35.157 10702 10921 W Ads : Not retrying to fetch app settings 11-23 17:49:35.187 2518 10892 W Ads : Received error HTTP response code: 400 11-23 17:49:35.191 10702 10702 I yoyo : Banner Ad onAdFailedToLoad 11-23 17:49:35.192 10702 10702 I Ads : Ad failed to load : 0...
  5. willkaiju

    Android Can no longer build iOS or Android after Adding Admob

    Hello! First time poster, long time lurker. I can normally find my answer to questions by simply searching through the forum, but I haven't seen an answer for this issue I'm having. I'm on a Mac using GMS 2.2.3.436 building an app for both Android and iOS. It was working great up until last...
  6. duran can

    Android admob error

    Hi, im using gms2 android my ads not working can anyone help please? 09-01 13:27:51.643 3113 3489 W Ads : Not retrying to fetch app settings 09-01 13:27:51.652 3113 3113 I Ads : This request is sent from a test device. 09-01 13:27:51.662 23359 2553 W Ads : Received error HTTP...
  7. H

    iOS iOS Ad Issues (Unable to find extension class for GoogleMobileAdsExt)

    Hello, first post here. Help appreciated. My game has been published on the Google Play Store where AdMob ads have worked flawlessly. Now I am trying to get it working on iOS, but they will not display. I have followed several threads on importing the sdk framework into XCode and adding the...
  8. T

    iOS [SOLVED] AdMob Issue

    Hi all! We were working on our game for 4-5 months and finally released for iOS and Android 1 month ago. It was paid for iOS with no ads, and freemium concept on Android, but we decided to move freemium for iOS too. We've changed it to free on the store, added iOS to AdMob and changed the...
  9. F

    Android Calling GoogleMobileAds_AddBannerAt freezes game for seconds

    Hi i am creating an android game i am trying to load ads using google services extension the moment i run GoogleMobileAds_AddBannerAt or GoogleMobileAds_AddBanner the game slows down dramatically for two seconds before the ads appear how can i load those functions without slowing down the...
  10. E

    Android cant get MY admob ads to show

    I got the extension from the ads demo in gamemaker and imported it into my project. I am able to get sample ads to load just fine. But whenever i test it with my ads (which i have typed correctly i checked like 7 times), the game just crashes. I was able to get an installed version to work...
  11. G

    Android ad is not visible, not refreshing ad. When implementing admob

    Hey! I tried to implement google admob into my game using the google play services extension but I always get the error message 'ad is not visible, not refreshing ad.'. I use GoogleMobileAds_Init(""); at game start. And then in the menu object where the ads should show I use...
  12. N

    Android Can't display ads

    Hi everyone! I have added code that is supposed to display intertitial ads in my game based on the code in this video: this code is in the game start event of one object: if GoogleMobileAds_InterstitialStatus() == "Ready" { GoogleMobileAds_ShowInterstitial(); } and this code is in the create...
  13. A

    Android ADS not visible on phone but on Bluestacks yes?!

    Hello, I was trying to put an AD banner in my game but is not visible when I'm exporting the application to my personal smartphone... (Huawei P9 Lite) But if I use the same .APK file on the Android Emulator "Bluestacks" I see it... how this is possible?? I use AdMob services.
  14. A

    Android Insert a BANNER AD with AdMob...

    Hello to everyone, I'm creating a little free videogame for Android, but also I want to add Ads. I created a Google AdMob account and all necessary. I created an AD with his ID, now I'm following this Official Guide but it doesn't works. Here is my code: To do this I created 2 empty Objects and...
  15. N

    Legacy GM Google ads link problem

    Hello, So i was following monetisation tutorial,finished everything,all wass good,but the moment i started project clicked the ad,instead opening one page it started opening tabs every second like in loop ,opened over over 100 until i managed to stop compailer. What gone wrong? Thanks for...
  16. S

    Android Ads integration help.

    Does anyone have a guide on how to integrate ads from AdMob into an android game? I've been struggling with this for so long.
  17. J

    Android Setting up admob

    Hi! I read some instructions and watched alot of youtube videos on how to setup admob and use test ads for the app i'm making, but I am still unsure exactly how it works. This is my code: GameStart event: GoogleMobileAds_Init(" ")...
  18. E

    Legacy GM AdColony Video is never ready?

    I'm trying to play a video advertisement everytime someone presses a certain button, but the video never seems to be available. I put the following code inside the 'Game Start' event inside the first object created in the first room of the game. AdColony_Init("[id1]","[id2]","") Now I don't...
  19. M

    Windows Windows 8 Native / UWP Ads Problems

    I have make a App for Windows 8 Native and for Windows UWP but in both the ADS not showing. I use a Creat Event with: ads_enable(x, y, 0.... ) code for show the ads what i have set in the Settings from Game Options. But nothing change no Test ADS or anything is showing up. What is wrong now...
  20. S

    Adcolony ads not working all time

    Hello everyone, I have just question about how adcolony works. Everything works fine. But for some days ads was not showing. I dont know if adcolony got some problem but i wasnt changing anything in my app. And yesterday a find out none of my apps got ads working. And again I havent done...
Top