Post not yet marked as solved
Post marked as unsolved with 0 replies, 250 views
I'm trying to add GameKit support to my TodayWidget
i make
GKLocalPlayer.local.authenticateHandler
but got error
[Account Error] startAuthenticationForExistingPrimaryPlayer:Failed to Authenticate player.Error: Error Domain=GKErrorDomain Code=15 "The requested operation could not be completed because this application is not recognized by Game Center." UserInfo={NSLocalizedDescription=The requested operation could not be completed because this application is not recognized by Game Center.}
When i try do same request in Host App - it complete without any error. Any suggestion?
Thanks