leaderboard Questions

2

Solved

I need to create a leaderboard with maximum number of elements, say N ? I know how to use LPUSH + LTRIM to cap a list size to N elements. How to implement this for leaderboard using a Redis sorteds...
Rotenone asked 11/10, 2012 at 18:16

2

I am working on developing a game on iOS platform, integrated with Facebook. I searched google and found a lot of different, confusing and outdated tutorials. That's why I decided to ask here. I...
Spurlock asked 15/9, 2012 at 23:17

1

Solved

SOLVED I have a quick question that I cant find a specific solution. The problem is that I have a Leaderboard using GooglePlay API. What I want to do is actually get what is the player score...
Citrate asked 7/8, 2013 at 23:41

1

I've been trying to get Game Center leaderboards working in a new iOS project for 3 days now. The sandbox leaderboard only shows the user's local score, and not "all scores". I can successfully ...
Endplay asked 19/6, 2013 at 19:44

10

Solved

I'm playing around with a native (non-web) single-player game I'm writing, and it occured to me that having a daily/weekly/all-time online highscore list (think Xbox Live Leaderboard) would make th...
Houser asked 25/8, 2008 at 13:10

1

Solved

I was wondering whether anyone had any useful guides for implementing Facebook scores in an Android game. I am currently building a profile in-game but there are lots of features in the Faceb...
Berryberryhill asked 3/12, 2012 at 19:30

5

I'm trying to make a Game Center leaderboard for my app. I've been following the steps from Apple and following the sample code from GKTapper, but I can't get any scores to show in Game Center. I'v...
Overzealous asked 17/6, 2011 at 23:45

1

Solved

As I look into documentation of GKScore and GKLeaderboard, there is no way to reset scores reported by player to particular leaderboard in GameCenter. Am I right? This seems quite inconsistent, s...
Apocopate asked 2/9, 2011 at 19:30

1

Solved

I'm using game center to set up a custom leaderboard, when it comes to retrieving the data for my UITableView, I only get the playerID property for each entry, but not a much more useful alias prop...
Pippo asked 9/11, 2010 at 10:24

2

Solved

Lets say I have around 1,000,000 users. I want to find out what position any given user is in, and which users are around him. A user can get a new achievement at any time, and if he could see his ...
Personalty asked 8/9, 2009 at 1:58

© 2022 - 2024 — McMap. All rights reserved.