Google Play Services Daily Gold Leaderboard
I am going to add a Google Play leaderboard to my game which displays earned golds. I have a variable called "earnedGold" which increases whenever user earns gold. Let's say user earned
1st Day: 100 Gold
2nd Day: 200 Gold
but at the end of the 2nd day, "earnedGold" variable's value will be 300 since I am always increasing it. My question is; when I send this value to Google Play leaderboard, will it be displayed as 200 or 300 on second day? I checked the documentation but I couldn't find anything. I know Google resets weekly and daily leaderboards when it's time. Do I have to manually reset this value each day in my game or does Google handle these cases?
Your answer
Follow this Question
Related Questions
leader board could not working and its can'tpost the score ? 1 Answer
Google Play Games Services - Wrong scores, Traffic mostly Redirection (3xx) 2 Answers
error google Play Service when i import the cloudonce package 1 Answer
Project GPM data does not exist. Creating new object. 2 Answers
need help with code please 1 Answer