gberenst's Forum Posts

  • Which admob plugin and version are you using?

  • But you have all the banner actions in the same condition, which means you are trying to load and show at the same time, that's not a good practice, you must let the banner load first, and when banner is loaded (on banner loaded) then show it and by the way load the next one, so it won't work just once...otherwise you may show it without having got it in your device

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Have you tried loading and showing an interstitial? Just to make sure it is not an admob misconfiguration

  • I have been pulling my hair out all day trying to figure how why Ads and Google play would not work. You are a life saving, thank you so much for this.

    You're welcome! :)

  • You may contact Toby R which made the plugin and offer great support, and may have experienced this before

  • I am pretty sure it must be a misconfiguration in the admob panel. Not sure how you setup it, but you may checkout permissions in config.xml before uploading to phonegap, or making a sample app with just admob plugin and try again, so you discard any plugin conflict in production.

  • I'm using ultimate ads and I have exported with phonegap, and the ads work but when I put the apk on google play the ads are no longer displayed do you know why?

    Did you change the test mode to false before publishing?

  • Yes! I use both of them (c2/c3)for different projects and those features work fine on both if you find the right plugin combinations on cordova. The only issue is the performance on some devices with not much RAM.

    I have some trouble making Google FCM and Facebook plugin to work, but the rest of integrations were easier to make

  • I have explained all the steps i followed to make it work in the post above. To install the plugin in cordova CLI just go to the project folder and type cordova plugin add cocoon-plugin-ads-android-admobvbt@1.0.12

    So you ensure that version is installed. For c2 you must buy the ultimate ads plugin fron scirra store and you setup your admob ids in the properties window, and use the show ad events wherever you want in your project.

  • Yes, after passing that struggle it is working fine now.

  • Hi there! After a deep research, I found the problems.

    There a mixture of a problem with r265 of Construct 2, and a compatibility problem between plugins.

    These are the steps I followed to make it work again, and make admob and google play services to work fine together:

    1) Reverted Construct to r262

    2) Installed cocoon-plugin-ads-android-admob version 1.0.12

    3) Removed cordova-plugin-play-games-services

    4) Installed cocoon-plugin-social-android-googleplaygames version 1.1.5

    Cleaned project in cordova cli, removed android and added android again, and now it works :)

  • Finally I could make the sample project work by reverting to r262 and cleaning, uninstalling and reinstalling android.

    I tried to add the plugins of the big game again one by one, and see that problem comes when adding the cordova-plugin-play-games-services. There must be a dependency conflict in there.

    I tried to add cocoon GPS plugin but it also doesn´t work. It may be a compatibility problem with the cocoom admob spec. 1.0.0. cocoon-google-play-services version by default is 2.0.0, do you guys know if that version is stable?

  • I´ve tried with this specification, like Ludei says, but it still fails when trying to show a rewarded video ad. It´s weird cause it used to show it fine some days ago, without any changes from my side, except updating C2 engine.

    I´ve reverted C2 version to r262, but still same issue happening.

    Any ideas are welcome!!!

  • Thank you very much for your reply, i was using version 1.0.12 and used to work fine (version 2.0 showed a black screen) but now it doesn't. Will try with this 1.0.0 spec and revert c2 version too and get back here to let you know.

  • Hi there,

    I´ve been using Ultimate Ads plugin and cocoon admob ads plugin in order to add admob rewarded videos to my C2 game exported to Cordova.

    Everything used to work fine until I updated the Construct 2 version to the r265 (latest one so far).

    Now it is like cordova ignores C2 functions to access admob. However, no changes were madde to plugin settings,nor the C2 game code. I am using Cordova CLI to build it.

    I´ve made many attempts, including a small capx to test this, but still not working.

    You can find the capx attached.

    I know it is a third party plugin, but it may be causing other troubles and think it is a matter os C2 as it started right after latest release.

    Thank you guys, you can find sample capx here: aprendia.net/jalumar/admobtest.capx

    Gabriel