Hi,
I have a requirement where I need the users to be able to rename their username on the highscores.
I worked around it by adding a custom field usr_name, and shoing that one, so the user will match when using postScore.
However, the problem I have now is that if I rename the user (change my usr_name field), and submit again, the server won't update the name, since the score is not better than the previous one. It seems as if cocoslive ignores all the dictionary if the score is not better than the previous one.
Is there a workaround for this? Any suggestion?