- Home /
Google Account Variable
I want to track how many times a user solves a puzzle in my game, this is because I will only be allowing so many free goes before they have to pay. What I don't want users doing is uninstalling and reinstalling to reset it. Therefore I believe that I would need to track their google account and say whether they have already done it, I guess this could be solved with a mysql database and storing the user in there once they have reached the limit, then flagging them as paid when they do so. I didn't know if there were an easier way to do this that people have tried before.
Your answer
Follow this Question
Related Questions
When I start my game on Android this crashes (google play problem) 0 Answers
Google Play Game for Unity doesn't work 0 Answers
Show Leaderboard Score Directly - Google Play Service 1 Answer
GPGS - How to check if a Saved Game file exists? 1 Answer
How to integrate new google play games services for leaderboard? 2 Answers