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

Can't see public leaderboard from google play

This issue is bugging me for some time. Im using a plugin with google play services, and i'm missing the button that switch from public to circle leaderboard. this is not only on my apps, but every aps in my device. I did manage to see the button…
WingOne
  • 13
  • 4
0
votes
0 answers

Game Center Leaderboard scores delayed and wrong time

I'm currently testing various sandbox accounts for Game Center. I only use leaderboards from Game Center in my app. If I get a new high score, that new scores doesn't appear as soon as I go to look at leaderboards, it appears a few seconds and…
Bergy
  • 81
  • 1
  • 5
0
votes
1 answer

Game Center - Show a set of leaderboards

I just asked this question for Google Play Services, but I also have a Game Center implementation for iOS. My game has two modes - normal and hard. At the end of a game I would like to be able to show the leaderboards for the current mode instead of…
Barodapride
  • 3,475
  • 4
  • 25
  • 36
0
votes
1 answer

GameCenter not refreshing

There is a problem here when I use GameCenter. (By the way, I'm using sandbox mode.) I update A score on A-device and B score on B-device. I can only see A score on A-device B score on B-device. I can't always see other people's score, sometimes I…
Deflinhec
  • 65
  • 7
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…
0
votes
0 answers

Recently published iOS game's score reporting does not work

I have a recently published iOS game named GuessTheNum. It has a Game Center feature in it. When I was testing it in Sandbox while I was developing it, it had no problem regarding score reporting and leaderboard communication. However, I can not…
Filozof Abi
  • 81
  • 1
  • 1
0
votes
1 answer

How come when I press "Done" on the leaderboard it doesn't take me back to my app?

I am using iOS7. I have connected a highscore button so when you press it, it takes you to the leaderboard for the game. It successfully takes me to the leaderboard, however when I press the "Done" button on the top right of the leaderboard, it does…
user3614030
  • 481
  • 6
  • 16
0
votes
1 answer

How can I link a user to a specific leaderboard in the Game Center?

I have set up my leader board in the Game Center. How do I make it so when the user clicks the high score button, it takes them right to the specific leader board in the Game Center? Is there a way to do it without using a specific link in a…
user3614030
  • 481
  • 6
  • 16
0
votes
2 answers

Game Center report in iOS 7 (Deprecated)

My IDE show warning "Obsolete: Deprecated in iOS 7.0" this methods: (GKScore) ReportScore() (GKAchievement) ReportAchievement() This methods it works on iOS 7, but use not problem? Exist other methods on iOS 7? Thanks!
0
votes
1 answer

Gamecenter Score Not Submitting Correct Score

When I test my game the score of my game ends in a time of 3.49 seconds, but in gamecenter the score that shows up in the leaderboards is 1:01:52.76. I think the problem is that i get a yellow flag that says incompatible integer to integer…
user3667192
  • 103
  • 1
  • 6
0
votes
1 answer

iAd banner does not show after Leaderboard is dismissed

I have a ViewController that displays iAd banner. I do this by simply including the following line: self.canDisplayBannerAds = YES; Then I present a Leaderboard view controller modally and enable iAd on the Leaderboard as well: - (void)…
RawMean
  • 8,374
  • 6
  • 55
  • 82
0
votes
1 answer

iOS GameCenter: Send scores from server

Currently, I have created a game, which shares data with a server backend. This server also validates and stores player data, for example high score. Is it possible to send scores to GameCenter via my server backend? If yes, how? Sure, I could send…
M156
  • 1,044
  • 1
  • 12
  • 29
0
votes
0 answers

Sprite Kit Game Center Leaderboards

so I've been reading articles and the Apple developer library for a while but I'm not able to solve this. I want to have a Game Center Leaderboard for my app, that's accessible through my game menu. However, since I'm using Sprite Kit for creating…
Elio_
  • 398
  • 4
  • 13
0
votes
1 answer

Undefined behaviour of GameCenter leaderboards with SpriteKit

I tried to present leaderboards via this code block if ([GKLocalPlayer localPlayer].isAuthenticated) { GKGameCenterViewController *gameCenterController = [[GKGameCenterViewController alloc] init]; if (gameCenterController != nil) { …
Igor Prusyazhnyuk
  • 133
  • 2
  • 14
  • 29
-1
votes
1 answer

Game Center leaderboards confusion

I was wondering if I create a game center leader boards if I could reset all the game scores posted on it? Not remove data during test but after launch. The reason for me asking this is I was thinking about creating a game where whoever has the…
Shane
  • 59
  • 8
1 2 3
11
12