GameCenterManager icon indicating copy to clipboard operation
GameCenterManager copied to clipboard

iOS Game Center helper singleton

Results 18 GameCenterManager issues
Sort by recently updated
recently updated
newest added

For the Objective-C / C++ GameCenter game dev users: here's some fresh working code ### Update for iOS 14+ Objective-C GameKit - Fixes crashes associated with old API's on iOS...

Having `checkGameCenterAvailability:` run in the initialisation of the class means that the `availabilityChanged`delegate method will never get called under the following circumstances, • No internet • Device does not support...

bug

Parse Issue Group .../GCMMultiplayer.h:103:165: Expected ':' .../GCMMultiplayer.m:9:9: In file included from .../GCMMultiplayer.m:9: User-Defined Issue Group .../GCMMultiplayer.m:187:6: GCMMultiplayer::sendMatchData not implemented ARC Semantic Issue Group .../GCMMultiplayer.m:66:37: No visible @interface for 'NSViewController' declares...

The Cocoapod version (ObjC) of the last release is not up to date with the demo app. Specifically in GCM.h file: /// DEPRECATED. Use presentLeaderboardsOnViewController: withLeaderboard: instead. - (void)presentLeaderboardsOnViewController:(UIViewController *)viewController...

usability

I first try to call ``` [[GameCenterManager sharedManager] setupManager]; [[GameCenterManager sharedManager] setDelegate:self]; ``` when the app launches. However, the result comes from `[self checkGameCenterAvailability]` is not correct. Because of the...

bug
question

Title says it all. Downloading latest version, then running the Mac target produces 12 errors and three warnings. Does it compile for anyone else?

bug

Is adding support for GKTurnBasedMatches on the roadmap? https://developer.apple.com/reference/gamekit/gkturnbasedmatch

enhancement
new feature

Hi, I m using this in the last 1.5 years and It stops working. The delegate get called after 120 seconds (2 minutes!!!) ath this function: `gameCenterManager:userCanceledAuthentication:` With this error:...

bug
details needed

Hello, Taking a look at your GameCenterManager, I realized how awesome it was. The one main thing it's missing (in my opinion) is the ability to use CocoaPods. Is this...

enhancement
usability

I guess I will not be the last to ask for this. It seems that Apple made a few changes in the tvOS API. It would be great to have...

new feature