Hello,
I wanted to integrate Gamecenter and Google Play Games Service (GPGS) into my App.
GPGS works perfectly fine and I also got achievements working with GameCenter.
My issue is, that I’m unable to set highscores in GameCenter.
I use the following function for request, but the players highscore inside the GameCenter remains zero.
game\_network.request( "setHighScore", { localPlayerScore = { category = "leaderboard\_best", value = 50}, listener = postScoreSubmit } )
What I tried so far:
I double checked the values and cetegories submitted, they are all correct.
I tested with 3 different Apple IDs and several devices and all got the same problem.
I read about a GameCenter highscore bug, but that was back in september.
So could anybody give me a hint or point me at the problem, cause the app should be shiped in the near future and it would be great to have GameCenter support in it.
Many thanks for any help or advice
Greeting
Torben