Questions tagged [leaderboard]

616 questions
0
votes
1 answer

iOS testing game center leaderboard with different test users

I've made 3~4 test users through itunes-connect to see if my leaderboard implementation is correctly working. So, I played my game with 2-3 different accounts that I've made on one device. But every time I log in with an account and report the…
chanpkr
  • 895
  • 2
  • 10
  • 21
0
votes
1 answer

Limit Meteor Vote Once Per Day

I'm following the MeteorJS example for a leaderboard here: https://www.meteor.com/examples/leaderboard I want to limit the votes to once per day (per IP address). What's the best way to do this?
user3822146
  • 114
  • 3
  • 10
0
votes
1 answer

How to import BaseGameUtils in .NET?

How to import BaseGameUtils (https://github.com/playgameservices/android-samples/tree/master/BasicSamples/libraries/BaseGameUtils) in Xamarin or Visual Studio Android Application Project? Doesn't exist .NET DLL? No one used it yet? Or no need…
0
votes
2 answers

Centre align leaderboard ad

Struggling a little to centrally align a leaderboard ad on Dots & Dashes – positions itself correctly on certain pages, and incorrectly on several others, by the seems of it. Have applied the
AD CODE
tag, although that…
0
votes
1 answer

Detecting 'back key' press from within a leaderboard? (Android)

I have a leaderboard set up in my Android game and it seems to work pretty well. From the main menu the player can press the 'show scores' button to simply view the leaderboard and when the player's game is over (either through losing all their…
Zippy
  • 3,826
  • 5
  • 43
  • 96
0
votes
0 answers

Cannot publish iOS push notification certificates changes of a linked iOS app in the Google Play Game Services

I'm using Google Play Game Services for both the Android and iOS version of my game. While the Android version can be set up and used flawlessly, the same cannot be said with the iOS version. I've linked my game and I've entered the relevant data,…
0
votes
1 answer

Simple Java leaderboard from LinkedList

I'm currently working on this application for tracking track (tracking track?) day runs and displaying a leaderboard. This is for a class so I'm not looking for code necessarily, just some thoughts on how to go about it. Anyway, the application…
0
votes
1 answer

Waiting for Play Games to connect before displaying leaderboard

I'm not keen on the standard behavior of the Play Games Service to automatically attempt a connection when the app is first launched, so I have disabled this. In my main menu I have a 'display scores' button. What I want to happen when the user…
Zippy
  • 3,826
  • 5
  • 43
  • 96
0
votes
1 answer

Facebook game Scores iOS

I'm making a new game right now where you can save your highscore, but I wobdered if I could implement a Facebook leaderboard. So the user could see their friend and see what their highscores are. Is this possible? Well, I saw this in different apps…
0
votes
2 answers

Ensure that the correct number of rows are returned from a MySQL query

I have a (game) leaderboard table which contains a rank which is updated by another query. It is centered around the ID - when I query the table I ideally want to get back N records. So I have done a UNION on the records both with the limit N/2 like…
Danny Birch
  • 603
  • 4
  • 16
0
votes
0 answers

Leaderboard based on both score and time

I am developing a game where I need to sort the score based on both how many coins the player collected and how long did it take. Higher number of coins and lower time taken are better. Also number of coins has higher precedence than time. For…
user3164248
  • 155
  • 3
  • 8
0
votes
1 answer

Rank different countries in Game Center Leaderboard?

I was wondering if it would be possible to rank things other than individual player in Game Center, such as a country. It would be set up so that when a player gets a score, it adds that score to the player's country score and that gets sent to Game…
bricksmart
  • 167
  • 5
0
votes
0 answers

Game Center Leader Board Error

I created this code for game center Leaderboards, and I always get Thread 1 signal Sigabrt. The NSLOG always says this : 2014-04-15 15:27:28.441 GameCenter[38225:60b] -[GKGameCenterViewController setLeaderboardDelegate:]: unrecognized selector sent…
0
votes
0 answers

How to implement weekly update leaderboard?

I would like to implement a leaderboard on the website, which will show users who did particular action (for simplification, let's say - button click) more often during the previous week. I am trying to understand what is the best approach to count…
LA_
  • 19,823
  • 58
  • 172
  • 308
0
votes
1 answer

Game Center showing "NO ITEMS"

I have an app I am working on that has gamecenter leaderboards, everything was working, now suddenly when I go to game center in the app the game center window literally shows nothing, just the name of the app and a big old NO ITEMS in the middle of…
Speckpgh
  • 3,332
  • 1
  • 28
  • 46