Hi, we are developing an android application. And we used the game that is developed by Gideros Studios in the app. It has a menu for the game. But i have problem that i can't reach the score. I want to record this score to database. What can i do for this? Any answer will be great. Thank you.
Comments
If so it looks like the high score is saved in a table called scores in the "app.txt" file by default, which you can load with dataSaver.loadValue("scores")
*edited to fix
So if i don't understand wrongly, it is not the same thing . And sorry for any misunderstoods .