Hi
I've a score upload feature in a game created in AppGameKit that tests ok when running in AppGameKit, scores are sent and received to an Internet hosted Mysql Scores database, but when exported to HTML5 and the game is uploaded to the Internet host, the Scores database fails to work.
If I export the game as HTML5 to the desktop and run the game in the browser - the scores database updates ok. The scores database resides on the Internet host and is a Mysql database.
I'm thinking a webhost issue, but where to start?
I'm using source based on this article.
http://naplandgames.com/blog/2014/04/01/agk-tutorial-online-high-score-system/
Cheers
yoda333