Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I have a quiz game, which i would like to integrate Game Center for. This is a "local" multiplayer game with the possibility to play six players per match.

Is it possible to submit scores to the Game Center leaderboard for all six players in this setup given that it is only one player, the one that owns the device, that is logged on to Game Center?

If so, how is that done?

share|improve this question

1 Answer

up vote 1 down vote accepted

You cannot submit scores to game center for multiple players on a single device without forcing the players to log in and out of their GC accounts.

When you report a score to a leaderboard you only pass in the leaderboard ID you want to report the score to, not the player ID.

share|improve this answer
thanks, then i know :-( – PeterK Nov 16 '12 at 22:48

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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