Questions tagged [leaderboard]
616 questions
0
votes
1 answer
How to post game score in facebook using graph api in android?
I am developing an android game and i am trying to use Facebook's graph Api to create a leaderboard for my android game integrated. how can is post my score in game to facebook ?
here, i'm trying to call following facebook graph…

Sumit Pansuriya
- 543
- 10
- 23
0
votes
2 answers
Google Play Leaderboards instructions
I want to add the leaderboard from Google into my application but I have a few problems.
Firstly, it seems to be necesarry to import BaseGameUtils into Eclipse, after searching all day long I still think that I did it wrong. I found everywhere a…

Baran
- 57
- 3
0
votes
2 answers
MySQL Get Rank from Leaderboards
I am implementing leaderboards in a game based on very good tutorial.
http://gamedevelopment.tutsplus.com/tutorials/how-to-code-a-self-hosted-phpsql-leaderboard-for-your-game--gamedev-11627
I am quite new to MySQL, but I got some basics. But there…

CosmicSeizure
- 1,375
- 5
- 17
- 35
0
votes
1 answer
GKLeaderboard in SpriteKit?
How can I use a GKLeaderboard in SpriteKit ?
When I try to present a Leaderboard a got this issue.
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIView setShowsFPS:]: unrecognized selector sent to instance…

Steve Boss
- 3
- 1
0
votes
2 answers
PHP - Building a Learderboard from MySQL data
I have two sets (users and their tests data) of data from MySQL. I'm going to build a leaderboard from these data in such a way where every user should have an average grade (%), scores (sum of all tests results) and total number of tests that user…

bofanda
- 10,386
- 8
- 34
- 57
0
votes
2 answers
Cocos2D-X Layer::init() gets stuck when waiting for Leaderboard Service
I'm trying to integrate App42 Leaderboard Service to my Cocos2D-X Game. The core functionality (Sending Scores to Server and retrieving them, just the way shown on the App42 site...) is working fine.
Now i want to visualize my leaderboard data using…

user2904608
- 11
- 2
0
votes
1 answer
How to implement google play leader board in andengine?
Please tell me how to implement google play service leader board in andengine ?
Is there any tutorial ?
I searches all the questions on google regarding my question but did not find anything useful.

nilesh
- 41
- 1
- 7
0
votes
1 answer
Changing width of individual items in a listview
So I've searched around for an answer or a possible solution to this problem for a couple weeks now and still haven't gotten any farther. I'm working on building an app that rewards users with points after certain things. One of the pages they can…

Matthew Collins
- 25
- 9
0
votes
2 answers
Submitting scores from AS3 to PHP/SQL - #Error 2101
I was having problems posting scores from a Flash CC AS3 game to a PHP page with SQL database.
I was receiving ERROR #2101 messages in my output window.
After a lot of time searching this problem I was advised to check if PHP was the problem.
I have…

JayTray
- 3
- 1
0
votes
1 answer
Gamecenter works in sandbox, but not when testing using promo code
I am having some issues with gamecenter.
When the player tries to connect to gamecenter, an error message is shown in the application. None of the leader boards are showing up either.
Error 15 Error Domain=GKErrorDomain Code=15 "The requested…

ProfessorWilly
- 1
- 2
0
votes
1 answer
Facebook iOs Leaderboards
I would like to use the Facebook Scores API to make a social leaderboard for my iOS game.
From the documentation, I saw that it would require to request a publish permission so that I could post scores. The thing is that I don't want to publish to…

Novak
- 1
- 1
0
votes
1 answer
Woocommerce display total retail sales per product
I already asked this question here and got a partially working answer. But to recap from my previous question. I am querying for woocommerce products in a post query and then displaying them in a list for a leaderboard. I also need to display the…

Tyler Ernst
- 1
- 3
0
votes
1 answer
The Google Play services resources were not found: what do I do now?
I know this problem is kind of common, but i literally tried everything to solve this error and i didn't come up with a solution. The problem with my app is that it doesn't log in in g+ (google play games), it shows the log-in screen, then the…

zenta
- 61
- 2
- 6
0
votes
2 answers
meteor collection - leaderboard app
What am i doing wrong?
I'm building the leaderboard app from meteortips.com
Trying to build a collection in the database this is my code:
new Meteor.Collection('players');
PlayersList = new Meteor.Collection('players');
if(Meteor.isClient) {
…

MichaelM
- 31
- 5
0
votes
1 answer
Game Center Leaderboard/Achievement title language always English on IOS 7
When the system language change into french, but the language of title and description for leaderboard( or achievement) can not be changed, always English.
And this issue only happens on IOS7(IOS6 is OK.) Here is my code,
- (void) showLeaderboard
{
…

user3932909
- 11
- 3