Questions tagged [leaderboard]
616 questions
0
votes
1 answer
How to retrieve or definitely delete leaderboard in Google Games?
How to retrieve deleted leaderboard in Google Games.
We have created and published an Android Game in Developer Console. After a while it turned out that the two leaderboards are not necessary and have been removed.
But Google still shows deleted…

user2742762
- 401
- 4
- 5
0
votes
2 answers
Creating MySQL leaderboard
I'm trying to make a leaderboard made out of MySQL data. The MySQL data comes from a plugin on a minecraft server. So I linked the plugin's data to a MySQL database, called iConomy
In the database I made 2 tables atm: iconomy and bitcoin
The meaning…

Nicolas
- 89
- 1
- 8
0
votes
1 answer
Should I ask the user to post score to leaderboard
Just asking for a clarification on posting scores to Game Center:
I've an authenticated player. Once he finishes a game, should I ask him if he wants to upload his score or just do that automatically since he's connected? Should I display an option…

Lior Pollak
- 3,362
- 5
- 27
- 48
0
votes
1 answer
google play game service leaderboard unable to get top scorer details
am working on gpgs, here i want all the details of a top scorer of the day,week,month in my game.
example getRank(),getScoreHolderDisplayName() etc.
how to get this details of each individual leaderboard
plz suggest some tutorial for it

pitu
- 822
- 3
- 11
- 35
0
votes
2 answers
LeaderBoard in C# UNITY3D?
I Needed To Develop LeaderBoard For Storing Details(means Scores) of Players in Games.Just Displaying players Scores on LeaderBoard in UNITY3D.so plz help me i dont have any idea. in below code Social Platforms NameSpace is there but i dont know…

user2497684
- 137
- 2
- 5
- 9
0
votes
5 answers
MySQL Rank Not Matching High Score in Table
While making a game the MySQL call to get the top 10 is as follows:
SELECT username, score FROM userinfo ORDER BY score DESC LIMIT 10
This seems to work decently enough, but when paired with a call to get a individual player's rank the numbers may…

boddie
- 267
- 2
- 3
- 9
0
votes
1 answer
Facebook Score API with Corona SDK
I would really like to connect Facebook SCORE API with my Android application made by using Corona SDK. Is there any tutorial/solution/explanation how to integrate FB Score API with my application coded using Corona?
At the end, I would like to get…

lbartolic
- 1,165
- 2
- 12
- 24
0
votes
1 answer
How can we check the leaderboard details in Google Play Services?
I'm developing a casual game which has a leaderboard based on Google newly released Google Play Game Services API. What I want to know is whether there is any place to check my leaderboard stats? I want to reset them once a month so users can have a…

Chrishan
- 4,076
- 7
- 48
- 67
0
votes
1 answer
Google Play Game Services - unable to sign in
Recently I try to implement a leaderboard by Google Play Game Service.
And first I import that sample project TypeANumber. I follow the way here https://developers.google.com/games/services/android/quickstart step by step.
I used the keytool to…

fancyblock
- 1
- 3
0
votes
1 answer
Android's new Google Play Game Services leaderboard API
With the release of Android's new Google Play Game Services the other day, I wanted to implement the leaderboard they had. After reading here, am I reading it correctly that it is not possible to let the user submit multiples scores to one…

Matt
- 3,882
- 14
- 46
- 89
0
votes
2 answers
iOS game center leaderboard fake data
I am implementing game center leaderboard to my game and would like to use the leaderboard data to influence the gameplay.
My question is how to add fake data with different playerID into my sandbox game center so that I can test my feature.
I tried…

zeroliu
- 990
- 2
- 10
- 15
0
votes
3 answers
How to determine if score for the match has been submitted
I am working on a turn based game which uses game center. I do not save any match data locally. While the game goes on, one of the players ends the game and submit score for him self. When the other player launches the game, he gets all matches from…

Mert
- 6,025
- 3
- 21
- 33
0
votes
2 answers
Real time update of relative leaderboard for each user among friends
Ive been working on a feature of my application to implement a leaderboard - basically stack rank users according to their score. Im currently tracking the score on an individual basis. My thought is that this leaderboard should be relative…

Aneto
- 115
- 1
- 7
0
votes
2 answers
Listing all users from database, with multiple columns & ascending order
In short, a leaderboard.
The person with the highest coins wants to be listed, first. listing the top 10 only, based on the highest coin count joined with their username.
This lists the usernames, but not sure how to get their coins count, as well…

user2305310
- 93
- 7
0
votes
1 answer
Changing leaderboard features of Swarm Connect
Right now the below is what my leaderboard looks like.
I have 2 questions:
How does the user set their name? "pub_6997" was automatically selected for me when I logged in with Facebook. I went searching through the settings while playing the app…

Matt
- 3,882
- 14
- 46
- 89