Questions tagged [game-center-leaderboard]

The game-center-leaderboard tag is used for questions on Apple's Game Centre service that use the leaderboard function. DO NOT use this tag for android questions.

The game-center-leaderboard tag is used for questions on Apple's Game Centre service that use the leaderboard function. DO NOT use this tag for android questions.

167 questions
0
votes
1 answer

GameCenter Social.localUser id uniqueness on Unity

Thanks to click my question. I'm developing a game on Unity integrated with Google Play Games and Game Center. Recently, i transferred my app into another developer's account on AppStore. And it looks like that Social.localUser.id has been…
0
votes
1 answer

"Game Center" iTunes Connect's developer guide left out one critical piece of information about editing "title" of leaderboards

iTunes Connect's developer guide left out one critical piece of information about editing titles of Game Center leaderboards after your app is live on the Apple Store they listed out, in a chart, every single variable that is and is not editable on…
hokkuk
  • 675
  • 5
  • 21
0
votes
1 answer

How I can make multiplayer in ranking system c# in unity

my code have no error but ranking position is not working properly how I change in my project. I want to make RPS in game.
0
votes
0 answers

Google Sign-In and leaderboard

I implemented Google Sign-In in my app. If I signing in just requestig email: GoogleSignInOptions.Builder(GoogleSignInOptions.DEFAULT_SIGN_IN) .requestEmail() .build() then I logging in successfully. But if I add…
0
votes
2 answers

Does method report(_:withCompletionHandler:) send score even if your internet connection was lost?

I have a question about GKScore. There is a method called report(_:withCompletionHandler:). What happens if you lose your Internet connection. Do I need to save my score and submit it later? Or the method itself solves it. Is it not automatically…
0
votes
1 answer

Does Game Center require Sprite Kit?

I created a quiz game in Swift 4.2 that was NOT built using SpriteKit. All of the current resources that I can find about Game Center integration involve SpriteKit. Thus, I am trying to figure out if I need to make the game in SpriteKit in order to…
user9470831
0
votes
0 answers

Swift Game Center Force Reload Data

I'm implementing Game Center in my game and I present the leaderboards when the user presses a button with this simple bit of code: let gcViewController = GKGameCenterViewController() gcViewController.gameCenterDelegate =…
kmell96
  • 1,365
  • 1
  • 15
  • 39
0
votes
0 answers

Leaderboard not found in unity

I am trying to implementing itunes Game Center in my unity game but facing error Leaderboard not found searching from hours but haven't find any solution. following is code snippet i am using. Social.ReportScore(Scores, leaderboardID, (bool…
0
votes
1 answer

Swift: How to implement a leaderboard?

On iTunes Connect I already setup everything correctly. This is what i tried: func saveHighscore(number: Int){ if GKLocalPlayer.localPlayer().isAuthenticated { let scoreReporter = GKScore(leaderboardIdentifier: "This") …
E. Tess
  • 17
  • 2
0
votes
1 answer

Submitting score to GameCenter using RoboVM and libgdx

I am using libgdx and robovm. I get an error when I try to submit the score to the leaderboard on GameCenter on iOS. I am able to show the leaderboard. This is the error I get: *** Terminating app due to uncaught exception…
lijas
  • 466
  • 1
  • 6
  • 17
0
votes
0 answers

More people appearing on Game Center leaderboard than should be

I have an iOS game on the App Store that includes four Game Center leaderboards. One of them is free, but the three others are behind an in-app purchase. However, I have about double the amount of people on the paid leaderboards than iTunes Connect…
0
votes
1 answer

Problems with Game Center Leaderboards

I have an app that has already approved by Apple for about 24hrs and pending developer release on the App Store and I'm having some weird problems with the Game Center leaderboards. The leaderboards were working fine during testing in sandbox mode,…
theBdrive
  • 1
  • 1
0
votes
0 answers

How to make a highscore value for each level in a game in Game Center leaderboards?

I'm making a game, where each level has scores. Now, I am adding Game Center leaderboards. But there is a problem, I want Game Center to show high scores for each, not one high score value. For instance: I have 60 levels, so when you go to game…
0
votes
1 answer

Game Center won't show for New Version in iTunes Connect

Is their a reason why this may happen? I have emailed Apple via the iTunes Connect support link but not had a response. The Game Center leaderboard has been live since the original version but will not pull through to latest version. Screenshot
Mr Fisher
  • 17
  • 5
0
votes
1 answer

Plugin GameCenterUI.GameCenterDashboardExtension invalidated

plugin com.apple.GameCenterUI.GameCenterDashboardExtension invalidated I'm trying to get a simple high score system working in my game. I've followed all the tutorials online, and here is what I have right now. When the user opens the app, I run…
Ronak Shah
  • 936
  • 9
  • 17