leaderboard Questions
5
I've just published my game and I see that the high score from testing is still present as the high-score. How do I remove it/reset the leaderboard?
Ellene asked 23/5, 2014 at 17:19
2
Solved
In the documentation the code snippet to display leaderboard is
startActivityForResult(Games.Leaderboards.getLeaderboardIntent(getApiClient(), LEADERBOARD_ID), REQUEST_LEADERBOARD);
This goes in...
Hydrotherapy asked 24/2, 2014 at 16:32
3
I'm implementing a leaderboard which is backed up by DynamoDB, and their Global Secondary Index, as described in their developer guide, http://docs.aws.amazon.com/amazondynamodb/latest/developergui...
Roping asked 12/3, 2015 at 2:32
1
My leaderboard doesn't work properly. I am able to show my leaderboard, but submitting score isn't working with the following code I tried to find out what is the problem, I get a APiException Mess...
Judiciary asked 17/1, 2018 at 23:13
1
I have added leaderboard to my application(game). It works fine while I run the application directly in my phone from Android studio . But after downloading the app from alpha testing in googleplay...
Glutamate asked 6/4, 2016 at 9:21
5
I read all documentation about leaderboards in Google Play Services and it seems that when I call the submitScore function of GameClient the service take account of the highest score submitted only...
Willettawillette asked 20/1, 2014 at 11:6
6
Solved
I have made a very simple game in python using pygame. The score is based on whatever level the player reached. I have the level as a variable called score. I want to display the top level at the s...
Killdeer asked 24/5, 2013 at 1:17
2
Solved
I'm using Redis sorted set to implement the leaderboard of my game, where I show the user ranking in descending order. I'm stuck in a case where two or more users have the same score. So in this ca...
Metacarpal asked 5/10, 2018 at 6:9
4
Solved
My requirement is to get top 5 scores from leaderboard and display it in my app.
There is a method loadTopScores but it shows the scores in its own UI i guess.
mGamesClint.loadTopScores(new OnLea...
Natishanative asked 5/6, 2014 at 10:23
2
How to fetch top 10 scores from a specific gamecenter leaderboard in swift (iOS)?
I'd like to fetch top 10 scores and players from leaderbaord and build a custom "HALL OF FAMES" in game.
How to fe...
Cammiecammy asked 9/11, 2015 at 15:50
4
Solved
I have two games free one (with ads) and paid.
On iOS they share leader boards and achievements that are in one group.
Is it possible to have single leader board for those two apps in Google Pl...
Leonoraleonore asked 27/10, 2013 at 16:25
2
I have built a web-based game which submits players' scores to a leaderboard. The game also has a web page which shows the public scores from that leaderboard. It gets this data by hitting the scor...
Classified asked 10/7, 2017 at 22:51
0
I want to get users score from leaderboard connected to google play game services. I have 6 leaderboards from which game loads only 3 leaderboards other leaderboards data I get null.
if (mGoogleAp...
Ornis asked 4/1, 2017 at 16:30
1
Solved
I am trying to include leaderboards in my application (a game written in C#, using SteamWorks.NET and based on XNA).
Steam is initialized properly.
On gamestart I call:
SteamAPICall_t hSteamAPIC...
Cattleya asked 15/6, 2016 at 17:56
1
I've developed a game for the Apple appstore. It's already reviewed and accepted by apple (pending my release)
.. but
As I try to enter the leaderboard in my game, it says "Game Center Unavailabl...
Dupin asked 17/10, 2015 at 19:51
1
I have successfully integrated the Google Games API in my app, and now I can see my leaderboard and achievements as described here and here respectively.
However, when trying to submit a score usi...
Epinephrine asked 8/5, 2016 at 11:50
2
Solved
I launched an app on google play store this week. The app uses Google Play Games Leaderboard and Achievements APIs. Should the app page in play store app not show these icons/badges like it does in...
Atwood asked 8/5, 2015 at 7:26
0
It's new and it's sad. Since last Friday, it appears that Google have decided to limit the numbers of queries to the Leaderboard via loadCurrentPlayerLeaderboardScore.
I have a game that requests ...
Turves asked 30/11, 2015 at 10:5
2
Solved
I am implementing leaderboards in a game based on very good tutorial.
http://gamedevelopment.tutsplus.com/tutorials/how-to-code-a-self-hosted-phpsql-leaderboard-for-your-game--gamedev-11627
I am...
Roz asked 1/12, 2014 at 15:12
0
When I update my score to the leaderboard, and then I open the leaderboard, Google play game has stopped. Can anyone help me with this?
I update the score with this code:
Games.Leaderboards.submi...
Definite asked 28/7, 2015 at 18:11
3
I've created a leaderboard in the sandbox mode for my game. Then I tried to play the game using different gamecenter accounts. But I can see only the score for currently logged-in account. Is it co...
Florescence asked 13/12, 2012 at 8:59
1
Hello I am using the SwarmConnect Social feutures for my Game to have a leaderboard.
Besides that i don't know yet how to costumize...their Documentation is very poor...
I have also trouble to co...
Stand asked 19/5, 2015 at 2:24
2
Solved
I have a game set up and connected in the developer console. Login works, submitting scores to the leaderboard works as well.
Now I simply don't understand the instructions on displaying the leade...
Microscopy asked 17/5, 2013 at 15:50
1
I'm getting results to show in the leaderboard in sandbox mode, but I expected each result to appear. Only one result is showing. Is that normal? The sort option to sort from highest to lowest seem...
Suzisuzie asked 28/2, 2014 at 22:17
1
Solved
I have got my leaderboards integrated into my android app, but don't plan on adding achievements. I have completed the Game Services setup in the Developer console on Google Play, all apart from th...
Jaf asked 22/2, 2014 at 16:27
1 Next >
© 2022 - 2024 — McMap. All rights reserved.