GCHelper icon indicating copy to clipboard operation
GCHelper copied to clipboard

A lightweight helper class for GameKit, written in Swift

Results 7 GCHelper issues
Sort by recently updated
recently updated
newest added

Hi I'm trying out the invite though it is not receiving. Is there any docs to help figure this out Thank you BTW - awesome resource

Should I register the localplayerlistener somewhere in the GCHelper authentication like this GKLocalPlayer.localPlayer().registerListener(self) so the app can listen for invites? I did't find such registration in the GCHelper.swift

Any possibility to add support for turn based matches? I tried myself and made a findTurnBasedMatchWithMinPlayers(), nearly identical to the non turn based one, but that was all I could...

Use of unresolved identifier 'GKPlayerAuthenticationDidChangeNotificationName'

Great helper class, thanks for that! Noticed a little bug in the authenticateLocalUser method, though: As apple states in their [documentation](https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/GameKit_Guide/Users/Users.html), you should always check the authenticated-property on the local...