Hi guys,
I want to use the leaderboard for highscores in my game, but I don’t want to force users to give their Email address just to submit a highscore.
Personally I think that a lot of users won’t like that at all.
So I tried to create an Email address from the Player name, for instance: PlayerName is Robert, Email address is Robert@gmail.com, password=secret
For some reason that doesn’t work. It registers a user successfully, but when I try to login with the Email address and password I just created, it gives an error:
“Username or password is incorrect”
Does Corona check if the Email address is valid?