Questions tagged [leaderboard]
616 questions
0
votes
1 answer
Android GameHelper without BaseGameActivity
I want to implement google leaderboards in my game. Google says that i need to use BaseGameActivity but I am using AndEngine and its not based on the same BaseGameActivity.
At googles website its written that if i do not use BaseGameActivity i…

laymelek
- 418
- 2
- 15
0
votes
1 answer
How to change the gravity of the google play connection pop-up menu?
I'm doing an little game application on Android. My main activity extends BaseGameActivy so it is connecting to google play automatically when I open the apps.
I'm trying to display the 'Connecting' pop-up menu on the top of the activity and it…

user3390825
- 1
- 3
0
votes
2 answers
Leaderboard, with position, dealing with same points and skipping to next
I have some code where I calculate the users points and position on the leaderboard then display them in descending order based on their points/score.
At the moment I have done the numbering so that it looks like this
1
2
2
3
3
3
4
However I…

Dannymh
- 149
- 1
- 11
0
votes
1 answer
GKLeaderboardViewController has no 'Done' button and oriented incorrectly, but GKAchievementViewController shows fine
When showing the achievements dialog using GKAchievementViewController, this works as expected.
However, when showing the leaderboard dialog using GKLeaderboardViewController, I simply a grey screen and no Done button. Furthermore, it appears to be…

L. Desjardins
- 1,465
- 1
- 12
- 22
0
votes
1 answer
Score is not being registered by GameCenter
The Game is on, it is registered to Sandbox and yet cannot see a trace of registered data on GameCenter App.
The Game isn't available yet at AppStore, but I can see the game on GameCenter App.
The process is simple. I have set a GameKitHelper and it…

RickON
- 395
- 7
- 18
0
votes
1 answer
Unity get facebook friend's name, score, and picture on leaderboard
The FriendSmash sample is kind of hard to follow and i was wondering if anybody had just a simple way to retrieve these using the Unity Facebook SDK?
Im pretty sure i have to use the QueryScores and ScoresCallback methods.
Not sure how…

Red Titan
- 31
- 1
- 3
0
votes
1 answer
Facebook graph leaderboard doesn't update immediately
I'm creating a Facebook leaderboard but I have some problems when I update it. When I update the facebook score and then open the leaderboard, it shows me the old score. If I close the game and I oped the game again, it shows the correct…

Nick21
- 107
- 2
- 10
0
votes
1 answer
display leaderboard using google play services
I am trying to display a leaderboard for my game using google play services. The game is html/js. I have an instance of gapi loaded. I submit a score in the following way:
var…

gloo
- 2,490
- 3
- 22
- 38
0
votes
1 answer
Meteor.js leaderboard example, how to change button value reactively?
I tried to play with the leaderboard example by adding a button to toggle sorting by name/score.
I succeed in adding event, but I also want to change the text value on the button.
I expect the added button text value(sort by name/score) get updated…

lyslim
- 711
- 6
- 9
0
votes
0 answers
notify top 10 leaders among friends
Design/Development requirement: get top 10 friends of the user who has installed the app from facebook.Also is there any way to send notification to the friend if he is not in top 10 and when he is back in top 10 to send another notification.Is…

jason
- 3,932
- 11
- 52
- 123
0
votes
1 answer
Google leaderBoard implementation in cocs2d-x for android game?
Has anyone implemented google leaderboard on cocos2d-x for android project?
I couldn't find an efficient solution to integrate java API in cocos2d-x game it.
What I guess - we can configure cocos2d-x game for google play services and use JNI calls…

TechSa
- 1
- 3
0
votes
3 answers
Is it possible to access scores of an iOS game application within other iOS application?
I want to access score of user 'A' that he/she secure in Game_Application_1 within Game_Application_2 when user 'B' playing Game_Application_2.
Assuming user A given permission to access thier score.
Both Application developed by different…

Dipak
- 2,263
- 1
- 21
- 27
0
votes
1 answer
what is the best practice leaderboard with php, mysql, memcached?
Recently I have developed mobile game (LAMP + memcached).
The game has player's score table. The table has member_id, name, score column.
I want to show leaderboard (global rank) to our user.
Just query SELECT * FROM score ORDER BY score DESC, and…

o242
- 51
- 1
- 7
0
votes
1 answer
AIR/IOS - Need working example of GameCenter using Adobe Gaming SDK 1.3
Using the FREE Adobe Gaming SDK 1.3 example of the GameCenter does not work/compile. When I try to create an instance of GameCenterController, it says that it is null.
// Class var
private var gcController : GameCenterController;
// In the…

charlesclements
- 86
- 1
- 6
0
votes
1 answer
Does Game Center score syncing work for sandbox accounts?
I'm developing for iOS 6.0 and submitting scores to Game Center. Everything works fine when I submit a score with an internet connection.
When I turn off my internet connection and submit a score that should update the leaderboard, the completion…

jay492355
- 594
- 5
- 12