I am having some troubles with my game center implementation. Is there a piece of code that can check if the users game center account is logged in? Thanks
You check it like this:
if([GKLocalPlayer localPlayer].isAuthenticated)
{
// user logged in
}