python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
GKTurnBasedEventListener method not called when using custom interface
According to the documentation, I should implement the GKTurnBasedEventListener protocol's player(_:receivedTurnEventFor:didBecomeActive:) method to receive turn-based event information.
Although it's...
West1
Votes: 0
Answers: 0
How to auto-match via GKTurnBasedMatch
I'm trying to implement a turn-based GameKit game using a custom user interface. Specifically, I'm trying to create a new match with auto-matched players.
I've scoured the docs, but the only informati...
West1
Votes: 0
Answers: 1
GKLocalPlayer localPlayer cannot authenticate: "this application is not recognised by Game Center" error GKServerStatusCode 5019
When authenticating the GKLocalPlayer.localPlayer with Game Center the console logs a message:
_authenticateUsingAlert:Failed to authenticate player with existing credentials.Error: Error Domain=GKErr...

hotdogsoup.nl
Votes: 0
Answers: 1
How do you issue a challenge to another player in Swift using GameKit?
I've been able to follow some of the limited guides here and on Apple's website to set up a leaderboard and achievements using Game Center / GameKit for Swift (iOS 15). However, I am now stuck in term...
FontFamily
Votes: 0
Answers: 0