playgameservices / android-basic-samples

Google Play game services - Android samples
Apache License 2.0
970 stars 972 forks source link

leader board spontaneously stopped working #298

Open csterling4 opened 4 years ago

csterling4 commented 4 years ago

The leader board in our app has stopped working spontaneously. We used to have scores and according to the play console over 600 scores have been submitted. However when the leader board popup shows up it says there are no scores whatsoever. I've confirmed that the app actually steps through the upload scores method which uses the leader board client's submitScore method with the correct leader board id. Furthermore in the console where you can graph the history of scores its apparent that sometime in august no new scores were received. Any direction in debugging this issue would be appreciated.