Questions tagged [leaderboard]
616 questions
2
votes
1 answer
Android games leaderboard broken while testing
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 using this…

Dimitris
- 419
- 4
- 19
2
votes
0 answers
Issues with Google Play Leaderboards
I am having issues in understanding Google Developers Guides:
Google Developers GUIDE Add Leaderboards
I have created a game using LibGDX, so I have a Core module and Android Module. In Android Module I only have AndroidLauncher Class which extends…

David Kasabji
- 1,049
- 3
- 15
- 32
2
votes
1 answer
Google leaderboard submitting score doesn't work
Can you explane me why command Games.Leaderboards.submitScore(mGoogleApiClient, leaderboard_id, score) doesn't work? When I upload signed apk on Alpha testing: signing in works, loading leaderboard also works, but the leaderboard doesn't show any…

theMatus
- 153
- 1
- 9
2
votes
1 answer
Is there a way to determine which google play leaderboard api privacy setting the user has chosen?
I am developing an android game in Unity 469. I am trying to come to terms with adding Google Play Leaderboards. My issue is that when requesting Player Centered Scores, I would like to retrieve the correct collection - the choice is between…

Three Gates
- 81
- 6
2
votes
1 answer
Display Specific Leaderboard in Game Center?
In my iOS9 project, I have a total of 8 leaderboards associated with Game Center. I can load the list of all leaderboards (which is GREAT for another part in my app); however, I would also like to be able to load one particular leaderboard. Here is…

David Voland
- 215
- 1
- 8
2
votes
1 answer
different high score types on gamecenter
I'm making a game using SpriteKit and Swift, I have GameCenter working and keeping track of scores properly, but my question is can I include another category to keep high scores of in that same leaderboard, an example would be like if you were…

Ian Kunneke
- 67
- 5
2
votes
1 answer
Calling achievement screen in Swift
I am having some extreme difficulties calling the achievements screen in game center. I have already set up the achievements in iTunes connect and it pops up fine if I access the achievements screen through the leaderboard first. However; I would…

Mir
- 137
- 9
2
votes
1 answer
Mysql and PHP leaderboard acting strange
I am trying to make a leaderboard and sort my data by kills, but when I try to make it so it only grabs name, kill, death it doesnt grab anything but when I have it grab it all it works. Anyone know why? Code is below please assist.

ZiiM
- 31
- 1
- 6
2
votes
0 answers
Can you create ios game center leaderboard sets after app goes live
I have a bug in my iTunesConnect account. I get a warning message on the 'versions' page of my app which says "Leaderboard xxx is not a member of a leaderboard set attached to version 1.0"
This stops me from saving the versions page of my app and…

NNN
- 543
- 5
- 14
2
votes
0 answers
IOS Sprite Kit Game Center Can't Add Leaderboard in Itunes Connect
I am developing a simple 2D sprite kit game for IOS. I added a leaderboard and some demo accounts to test it out and it all worked fine.
Yesterday, i decided it was time to release version 1.0 of the app and before i submitted the app for review i…

jadjoud
- 51
- 6
2
votes
1 answer
spritekit gamecenter leaderboard - how to show leaderboard from scene?
How can I call my showLeader() function from GameViewController.swift in GameScene.swift ?
this is my showLeader function
func showLeader() {
var vc = self.view?.window?.rootViewController
var gc = GKGameCenterViewController()
…

wanksta11
- 59
- 4
- 9
2
votes
1 answer
Libgdx game using Google Play Game Services on iOS and Android
I am creating a game using Libgdx and would like to integrate player, Leaderboard, high score on both iOS and Android devices. Ideally I would use Google Play Game Services but I could be convinced to use other technologies (like Parse).
There are…

Julien
- 1,028
- 9
- 18
2
votes
1 answer
play-games-plugin-for-unity - show specific Leaderboard
I'm trying to integrate the google play Leaderboard with help of the play-games-plugin-for-unity plugin into my game.
It works fine, committing to Leaderboard an all, only one thing is not working. When I call the Leaderboard
//LEADERBOARD
…

Oliver Müller
- 545
- 1
- 5
- 17
2
votes
1 answer
Display Multiple Leaderboards
I would like to display more than one(four) leaderboards if a button is clicked. Well, so that the user can chose which leaderboard he want to see. I'm using Google Play Services, is there any function to do that?
At the moment I'm displaying one…

Baran
- 57
- 3
2
votes
1 answer
Creating a leaderboard for offline game in Python
For a school project, I'm creating a game that has a score system, and I would like to create some sort of leaderboard. Once finished, the teachers will upload it to a shared server where other students can download a copy of the game, but…

JCKE
- 386
- 5
- 15