how to handle when not logged in

goonergooner Lancaster, PAMember Posts: 135

I may be over complicating this, but I added a login behavior to my title screen (after .5 seconds). On my game over scene I post a score and the user can also click the leaderboard icon to view gamecenter leaderboards (login required for all of these).

My question is, what if they don't log in? Does the gamesalad behavior not allow them to continue? Is there a logged in property that I can reference before posting scores or so that I can stop them from continuing? Is there a recommended way to handle this if anything at all is needed?

Thanks!!!

Comments

  • NNterprisesNNterprises Member, PRO Posts: 387

    The login part is more on the gamecircle/gamecenter end and Gamesalad doesn't have much impact on it.

    You don't have to say:
    "If not logged in don't try to show leaderboard"

    Because if they are not logged in and you hit the button, it will ask you to log in. The platform-login command just kindof pops up the services log in thing only if they are not logged in

  • goonergooner Lancaster, PAMember Posts: 135

    hey, thanks !!! I guess I can just leave it as I have it now.

Sign In or Register to comment.