i'd like to know a way to logoff from game center from my app, i know to authenticate is

[[GKLocalPlayer localPlayer] authenticateWithCompletionHandler:nil];

is there a similar way to logout?

thanks!

link|improve this question
feedback

1 Answer

I've looked through the developer documentation, and it doesn't look like it. You could probably find a private API to do it, but then your app would be rejected from the store, rendering Game Center functionality pointless.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.