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
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...
Donghoon Kim
Votes: 0
Answers: 1
Can not dismiss GKGameCenterViewController when using SwiftUI UIViewControlllerRepresentable
I have a UIViewControllerRepresentable implementing a GKGameCenterViewController using SwiftUI. I have done all necessary setup with Game Center and this GKGameCenterViewController does appear when ca...
iOS North
Votes: 0
Answers: 1