educationalapps923's Forum Posts

  • 11 posts
  • Thank you I thought it only changes the version name. Thanks again.

  • How do I change the version code of my game when I export it as an apk ?

    Is there any simple way which I cant find ?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • boybacteria Well I guess I gotta go with mobile master monetization then.

    I also tried enhanced.co but I saw somewhere that they no more give updates for enhanced c3 plugin. Old enhanced c3 plugin does not work with currnent c3 version.

    Thank you anyway!

  • For Interstitial ads I had higher epcm with facebook audience network than admob.

    epcm is not the problem here, admob terminated 2 of my accounts for invalid clicks without giving a single warning or a proper reason. Ever since then I'm using Fb ads.

    I have an investor so I'm planning to promote my game. I can create a whole new admob account to monetize this game, but if my account gets terminated again, all the money I spent for promotion would be a waste. Also, admob suddenly drop their fill rates for newer accounts, sometimes it takes weeks-months to get back the fill rate. This is also a concern.

  • Have you tried using other ad networks via admob ? does it work ?

  • I also tried to export the project as an Android Studio project and implement fb ads from Android studio. it was such a pain. I'm not good with coding. I'm not even sure if it is possible to put interstitial ads in this way.

    Any help woud be appreciated 😐

  • You mean Admob mediation ?

    But Admob Ads and Admob meditation works in different ways right ? Like, for meditation they use a mediated sdk or something ? Does it work with this Admob plug in ?

  • Is there any otherway I can use Facebook Audience Network to monetize my my android app ? Could not find a way 🙁

  • Hi

    I'm planning to monetize my game with Facebook Ads. I can see fb ad options on Instant Games plugin. But does this work only for games hosted on Facebook Instant games platform ? Or can I use this plugin to monetize android games ?

    I tried to load and show an ad. It did not work.

    I also tried to get some outputs for a text object on "on load error" "on show error". but looks like it did not trigger. Any help ?

  • That sounds good I will give it a try and come back here. Thank you :)

  • I have been trying to do this with different ways with no success.

    I want to create a "Level progress " layout for the game, with the number of stars player received next to each completed level.(see image)

    When the player complete a level, he will receive stars. This data will be saved in local storage in below format

    key - Value

    level number - number of stars received

    When player go to "Level progress" all the completed levels will be shown with number of stars as a sprite next to it.

    for this I need to pull data from local storage and assign the value to a instance variable of corresponding sprite.

    How do I do this ?

  • 11 posts