• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

google play service

  1. Mehdi

    Android HELP! Google Play Services Extension not working!

    I did everything based on this blog, However when I download & run my test application from Google Play Store, it seems not being able to complete the signing-in process. Here is my code: Create Event GooglePlayServices_IsAuthenticated(); Async Social: switch(async_load[?"type"]) { case...
  2. XOnTreasureMap

    SOLVED Compile Error with Google Play Service Extension

    Hello, my project had google ads extension and everything worked fine, now I am implementing google services and ran into a problem. After importing google services extension i can not start the project on android (in google play consol and google cloud I already compiled everything and found no...
  3. D

    Android Error compiling apk ( implementation() for arguments [com.google.android.gms:play-services-ads:17.2.1] )

    When I try to create an android game the following error appears. * Where: Build file 'W:\com.company.game\build.gradle' line: 63 * What went wrong: A problem occurred evaluating project ':com.company.game'. > Could not find method implementation() for arguments...
  4. Adriano_ppaula

    Android Questions about the new IAP system - Google Play Billing

    Hello everyone good night / day / afternoon !!! After crying for several days in depression they are asking for help !!! So as you know google updated several things and the whole system of IAPs was renewed, making me redo everything again in my game that was already ready. I followed the...
  5. S

    apk Build fail after creating keystore file

    Hey, I recently finished my first android app together with my brother. It contains a highscore table function, which is local at the moment. I did a step by step tutorial to include the online highscore function of the google play service. It worked all in all(expect of it wasn´t shown after...
  6. J

    Android Android "java.lang.NullPointerException" Issue

    While playing my own game, it suddenly crashes with a popup that says "Unfortunately your <game name> has stopped." and closes itself. I sent the crash report to my Play Console. There is a similar crash report by another user. My crash report: java.lang.NullPointerException: Attempt to invoke...
  7. J

    GameMaker Are Android achievements_* working?

    After hitting a bug with the GMS2 HTML5 export, I'm now focusing my efforts on targeting Android. Am trying to follow some tutorials to get achievements and leaderboards going. http://www.fm-studio.net/blog/gmstudio-add-google-play-games-1/...
  8. J

    Android Google play increment achievments not working?

    I'm creating this android game where i have an increment achievment, but it is not quite working. So here's my code. When i kill a "reinpig": https://gyazo.com/1c82569d53b3465274dbee0412d741db The achievment: https://gyazo.com/dbbe7e19375f97946472a0bcb596cd57 it should add 1 point to the...
  9. D

    Android Google Play Leaderboards

    Hi, I'm using Google Play Service to post highscore in a leaderboard. My question: is there a way to get the player score from the leaderboard? I tried to print it in social event but it doesn't works T_T: /// Google Play Services var ident = ds_map_find_value(async_load, "id"); // Own Info...
  10. clee2005

    Google Play Services 2.5.0

    Does anyone know what the 2.5.0 extension has that is different from the 2.4.0 extension? I'm unable to get the 2.5.0 to build with many combinations of sdk and build tools. So I'm staying with the 2.4.0 Google Play Services Ext. unless there is a really good reason to upgrade ... in which...
  11. Z

    Android Google Login not logging into Google Account

    I'm currently using the Google Play Services extension for my game. Previously, I've added 'achievement_login()' at the loading screen but I removed it because I read that the extension automatically logs in for you at the beginning, so I removed it and the game tries to log in as usual. The...
  12. D

    Android IAP Coding Issue (Android)

    I'm am totally lost with the IAP example when trying to create a IAP code to do just one simple little thing. I'm not trying to sell things over and over again I just want to offer people an option to open up a certain room after they buy a ticket. Attempting to follow the example and a few...
  13. P

    Android Google play service not working in EA version

    I am using only Leaderboard and this problem is happening only with EA version with YYC compiler. I have to use EA because security issue on google play store. In console I am getting messages in this order: Google Play Services extension initialising Found google play app id =...
  14. G

    Big use of the Laws of using material

    Hey. Question. This website here: http://gaurav.munjal.us/Universal-LPC-Spritesheet-Character-Generator/# Has sprites I want to use on google play. Just wondering if: By Google play, is it OK Given the License info to use what you make of this. And make it usable on like a 'global-scale'. for...
  15. P

    Android Annoying Google Play login window on game start

    I enable Google Play Service for my game (Leaderboards), and every time I start the game of course google play extension is called (Achievement login) However in my console I am getting this msg: I/yoyo (15865): AchievementLogin() I/yoyo (15865): Calling connect on googleapiclient...
Top