Questions tagged [leaderboard]

616 questions
4
votes
4 answers

Implementing a Leaderboard

Users on my site create annotations for rap lyrics (example). I want to create a leaderboard to reward the people who create the most annotations. The leaderboard should track how many annotations each user has created overall, as well as how many…
Tom Lehman
  • 85,973
  • 71
  • 200
  • 272
4
votes
1 answer

Google Play Leaderboards Not Showing Up

So I'm trying to implement Google Games Leaderboards into an AS3 game. As near as I can tell, game services is all set up appropriately. Achievements and in-app purchases are already functioning properly. I have all my leaderboard set up in the…
4
votes
2 answers

How can I get users' times & rankings for a specific leaderboard & timescope from Game Center?

In terms of Apple's game center apis, how would I request and get back the local users time and rankings for a particular Leaderboard and Timescope? for leaderboard X (i.e. specify the board - e.g. Level12_BestTime), for given TimeScope get…
Greg
  • 34,042
  • 79
  • 253
  • 454
4
votes
1 answer

Rank of Local authenticated player in All Time best in game center leaderboard

I want to get the Rank of my local players score in all time best section in game center leaderboard. I only found the code to retrieve local player's uploaded score . How to get its rank in leaderboard. Thanks
Tornado
  • 1,069
  • 12
  • 28
3
votes
1 answer

Odd Game Center behavior?

I'm trying to enable Game Center Leaderboard to my iPad game and I have learned that you need to post more than one score to a leaderboard for the scores to show in the default leaderboard UI. I have two separete accounts that I used to post two…
Jonas Frid
  • 33
  • 2
3
votes
2 answers

How to clear live gamecenter leaderboard data?

Is it possible to clear the data of a live gamecenter leaderboard (not sandbox one)? If its not possible to clear, is there a way to hide a leaderboard from showing? Thank you.
21k
  • 391
  • 5
  • 16
3
votes
0 answers

Play Games Achievements disappear sometimes - Android

I just implemented Play Games in my Android game (Achievements, Leaderboards and Save Game) The game has 20 achievements. I signed the APK and I uploaded the game to Internal Test. I successfully login with Play Games, I successfully unlock…
3
votes
1 answer

Leaderboard doesn't add in the screen cocos2d

I used the code below to show the Leaderboard but all i got it the console this cocos2d: surface size: 480x320 the code: - (void)showLeaderboardForCategory:(NSString *)category { // Only execute if OS supports Game Center & player is logged…
Bobj-C
  • 5,276
  • 9
  • 47
  • 83
3
votes
1 answer

iOS GameKit Leaderboard - Get the localplayer's score +/- 50 players around him

I'm programmatically pulling down leaderboard data from game center and I'd like to limit my data query to the local player's score and the 25 scores above and below him. Is this possible. Is there a way to get the local player's current position…
Joe Wilcox
  • 51
  • 3
3
votes
0 answers

Redis sorted set and pagination challenge at edge cases

We have implemented a leaderboard with a Redis sorted set. This works awesome when the score is not updating frequently but in case of our leaderboard score updates so frequently due to that we got an issue of redundant entry in pagination! Example…
Yadav Chetan
  • 1,874
  • 2
  • 23
  • 43
3
votes
1 answer

how to print variable importance of all the models in the leaderboard of h2o.automl in r

I am using automl() function of H2o package in R for regression. Consider I am using the name "aml" for building models. aml <- h2o.automl(x=x, y=y, training_frame = train_set, max_models = 20, seed = 1, …
Ash
  • 43
  • 4
3
votes
1 answer

Game Center Scores Stuck at a Particular Score

I've been developing an app that posts scores to GC leaderboards and pulls them back down. Still in the dev phase, it does this to the sandbox envirenment. Recently I've noticed that the score increases like normal, I get the high score…
ACBurk
  • 4,418
  • 4
  • 34
  • 50
3
votes
1 answer

not submitting leaderboard score & not display leaderboard

submit leaderboard score I was tried this below code but a score was not submitting. Games.Leaderboards.submitScore(this.mGoogleApiClient, getString(R.string.leaderboard_star_connect), (long) 722); show leaderboard I was tried this below code but…
3
votes
1 answer

Swift 3 Game Center Leaderboard does not save the value of the score

I have a question, help me understand the topic. Honestly, I've spent several days studying the topic, but it's not working yet. There is a simple game on SpriteKit, Swift 3. I'm trying to implement Leaderboard Game Center. iTunes Connect has…
Evgenii Truuts
  • 349
  • 1
  • 5
  • 17
3
votes
1 answer

How to delete a fake score in game center leaderboard?

I have found a lot of sites saying that apple let developers delete a leaderBoard score. But I can't find this buttom anywhere. ps: My app ins't posted at appStore yet.
Sanf0rd
  • 3,644
  • 2
  • 20
  • 29