Since we don’t have any way to query Openfeint to get the current signed on account, we can’t maintain a scores database for the different players. So if multiple players use one iPad, how does your game handle scoring the different leaderboards?
Here is what I will try, is this correct?
I will just take every winning score and post it to the Openfeint leaderboard. Openfeint knows who is signed on and will compare the submitted score to that player’s current leaderboard score. If the submitted score is higher, the leaderboard is updated, if not the leaderboard is not changed. So this will work to keep each player’s leaderboard score separate from the others without any further action by me, right?
My game’s database will just keep the overall game high score for reporting, not the individual player’s high scores.
I’m guessing that unlocking achievements can be handled the same way. I will try to test this out soon. [import]uid: 23636 topic_id: 23312 reply_id: 323312[/import]
[import]uid: 23636 topic_id: 23312 reply_id: 93650[/import]
[import]uid: 52491 topic_id: 23312 reply_id: 93675[/import]