crunchgames's Forum Posts

  • This is my first game on the play store.

    Clouded Sheep!

    Counting sheep has now changed to destroying clouds. Aim for the top score in this fast paced, down sliding vertical scroller. This is something to play to kill some time.

    Download here: https://play.google.com/store/apps/deta ... epofficial

  • Hi.

    I played your game and I thought it was very well made. (Although I'm not very good at it.)

    I have a question.

    How did you get the google play services working.

    I am trying to make a game on the play store and in my game I am using this code.

    on touched SubmitScoreButton - submit score Score(Score is a variable (maybe that's the problem?)) to leaderboard"XXXXXXXXXXXXXXX"

    For some reason nothing comes up when I touch the objects.

    and

    on touched RequestHighscores - request public all-time hi-scores from "XXXXXXXXXXXXXXX" (25 results, top )

    By the way, "XXXXXXXXXXXXXXX" is the leaderboard ID.

    I am using intel xdk so you might be using something else?

    If you can help me with this, I will be so so grateful.

    Thanks

  • bump

  • Hello forums once again.

    Now as the title says, I have yet ran into another problem and this will be the final one (unless I'm really stuck.)

    I have linked all the google play client id's and all that, but the problem is that certain functions are not working.

    I'm trying to request a highscore leaderboard and send a score by using

    on touched SubmitScoreButton - submit score Score(Score is a variable (maybe that's the problem?)) to leaderboard"XXXXXXXXXXXXXXX"

    For some reason nothing comes up when I touch the objects.

    and

    on touched RequestHighscores - request public all-time hi-scores from "XXXXXXXXXXXXXXX" (25 results, top )

    By the way, "XXXXXXXXXXXXXXX" is the leaderboard ID.

    Thanks so much for putting up with me.

  • Crazeh

    I got it working.

    Thank you so much!

  • Check origin under "request details", then add that address to the Client ID for web application

    Crazeh

    I added it but I get the same message. Does it take a while to update?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • *bump

  • Okay so I've linked all the web app client ID and secret ID but when I try to sign in to google play to my app, I get this error message.

    I am using intel xdk crosswalk to export the apk.

  • So I think I solved the problem, but now it is asking for a Signing certificate fingerprint?

    Help anyone?

  • Resolved.

  • good luck with your game

    Thanks

  • puntodamar

    volkiller730

    Thanks guys.

    I'm seeing the test ads now.

  • puntodamar

    Yes but I get nothing

  • Hello.

    I am working on an android game and I want to integrate admob ads in it.

    I am using intel XDK to create the apk and I installed the admob plugin to my project, but when I make the apk (by the way it's crosswalk) I don't see any ads. I have set test mode to true as I don't want my account banned. Am I supposed to see ads at all or will they appear when I set test mode to false. I am using this code in my game.

    On banner ad received --> show banner ad at positioned Bottom center size smart banner (auto-size, reccommended)

    Should I be using that or something else?

    Thanks

  • Hello. I am working on a game that allows you to take snapshots of it in-game. The only problem is that it doesn't work. When I press the button to download the png, it doesn't work. I am using Intel XDK so is there any plugins or permissions I should be using?

    Thanks

    P.S It works fine on the computer.