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!
|
i'd like to know a way to logoff from game center from my app, i know to authenticate is
is there a similar way to logout? thanks! | ||||
|
feedback
|
|
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. | |||
|
feedback
|