Why can't my phone connect to the perl script managing my sql server?

On the computer emulation of the app using unity, i can access the sql server and get a print of my highscores, but when its launched on the phone, it just says wrong and never loads the highscores. This is not an internet issue but a failure of communication between phone and server. anyone have similar issues or a fix for this?

2 Answers

2

It may be simpler to use PHP. Just have a PHP file echo the results you want it to, and then use www.text to put it in the game. I’ve used it for cross-platform high scores, it works on anything.

it was actually a lack of http:// which phones need