Android Games not allowing login

Posted by Forgeio
Okay, so the problem is that when I try to log in to an android game via any emulator (I've tried several) it says I have entered the wrong password. I have tested that my password is correct in other games, and on the website, and it looks like the android emulated game is the only one having problems. The developer of the game Tiny Rogue Online thought this was a server sided error, so I was wondering it maybe you could look into it and see if it is server sided or if there is something that needs fixed with the games code.

Replies (2)

Last message on 21 Jun 2019

Size43 (Administrator) on 18 Jun 2019, 13:07:51
Are you using the default login screens?

If yes, could you try using the gms_login_* functions instead? So something like:

gms_login_set_username(get_string("Username:", ""))
gms_login_set_password(get_string("Password:", ""))
gms_login_execute(LOGIN_SCRIPT_HERE)
Forgeio (Topicstarter) on 21 Jun 2019, 17:14:41
The game was using the default login screen, so I'll ask if the developer could redo it with those functions, thank you very much! :)