Questions tagged [leaderboard]

616 questions
2
votes
1 answer

Google play services 6.1.11 (....-012) are crashing when trying to open leaderboard on android 2.3.5 and 2.3.6

While testing my latest android game on 2.3.5 the leader boards (using Google play services) kept crashing although I used previously tested code in other games. So I tried out apps from the play store, and noticed that all apps are crashing when…
2
votes
2 answers

Back and volume buttons not working when app is resumed in certain conditions

I'm starting a new activity to display a leaderboard in my Android App. When the leaderboard activity is displayed, and the user presses the home key and then resumes the app (so the leaderboard activity comes up again), and then navigates back to…
2
votes
0 answers

Cant launch Android play store Leaderboard from Grid view

I have more than one leaderboard so on clicking Grid Item I want to launch different leader board for each level. but when I am trying to launch Leaderboard from onItemClick Leaderboard is not getting launched my code goes as below …
Sharanabasu Angadi
  • 4,304
  • 8
  • 43
  • 67
2
votes
0 answers

How to report a score or achievement?

The Game Center tutorial I was following showed me everything except how to report the scores and achievements to the leaderboards. This is the score part: + (void)reportScore:(Float64) score forIdentifier: (NSString*) identifier { GKScore*…
2
votes
0 answers

google play games testing data was not reset when publishing app

today is my app release. on iOS everything works fine, but on android i noticed that the testing data of google play game services is still in the leaderboards! i read that leaderboard data is resetted when publishing a game.. so why is the data…
2
votes
2 answers

Parse.com: get rank within leaderboard

Actually my question is the same as stated here https://parse.com/questions/issue-with-using-countobjects-on-class-with-large-number-of-objects-millions which is a 9 months old thread that unfortunately never got a real answer. I have a parse…
matthias_buehlmann
  • 4,641
  • 6
  • 34
  • 76
2
votes
2 answers

Submitting double values to Google Play service's LeaderBoard

well , normally I want to submit value as a double to my leaderboard in google play service but it says submit method is for "long value" Games.Leaderboards.submitScore void…
mehmet
  • 1,558
  • 5
  • 30
  • 41
2
votes
1 answer

Leaderboards "no internet connection try again" server offline android google play

i have this issue. I already implemented leaderboards and achievements, both work on my android game. BUT, leaderboard is always offline.. i mean, nothing is displayed, only this, a cloud and below this " NO INTERNET CONNECTION TRY AGAIN" ... theres…
2
votes
1 answer

How to pull up a Gamecenter leaderboard with a button?

I am trying to use the button to pull up a single view Gamecenter leaderboard and cant really figure out how. I tried apples forums but didnt help so I came here. Help is appreciated
John paul
  • 69
  • 6
2
votes
2 answers

Is it worth adding leaderboards?

Sure it encourages people to want to "top" other scores, but I feel like it would be flooded with hacked scores. That, and that competition usually exists between people in direct contact. So should I go through the trouble of adding a leaderboard…
2
votes
0 answers

Google Play Service:How to get the count of scores in a Leaderboard

I want to get the count of all scores in a leaderboard, but loadPlayerCenteredScores method can not do this, the parameter maxResults must between 1 and 25, how can I get count?
2
votes
1 answer

Only one result showing in Game Center leaderboard sandbox - normal?

I'm getting results to show in the leaderboard in sandbox mode, but I expected each result to appear. Only one result is showing. Is that normal? The sort option to sort from highest to lowest seems to imply multiple results should show up. What…
Victor Engel
  • 2,037
  • 2
  • 25
  • 46
2
votes
3 answers

Issues implementing achievements and leader boards Unity, Android - Google-Play-Games

I've finally made a game that I am happy to push on the android store and I have everything down packed except for a few minor details like implementing the leader board and achievements. Now, I've followed the tutorial on the video produced by…
2
votes
0 answers

Many leaderboards

I am developing a puzzle game and I want to integrate Google Play Game Services for leaderboards. Currently there is a maximum of 70 leaderboards per game. The problem is that eventually my game will have more than 70 puzzles and I would like to…
shelll
  • 3,234
  • 3
  • 33
  • 67
2
votes
1 answer

Multiple Leaderboards in Mobile App with Facebook

I'm currently developing a mobile app (iOS, Android) in which I want to have multiple (one-per-level) leaderboards like in Candy Crush Saga. These leaderboards should show the best of the users Facebook friends for each level. Unfortunately the…
HD_92
  • 197
  • 2
  • 13