Hey there, I’m having a frustrating issue with Game Center leaderboards on our game that’s already released. The Write Leaderboard integer node is not writing a value to the Game Center leaderboard at all. The node works as intended on android and updated the Google play games leaderboard, but no luck on IOS. Game Center is correctly set up and you get the login notification when starting the app, I have also ensured that the leaderboard ID is the same as in App Store Connect. When the node is called the game also freezes for a couple seconds so I can assume that it’s at least attempting something. I deep dived into the unreal forums and found a few others over the years with the exact same issue but they never updated their posts and nobody ever responded with a solution. Does anybody else have functioning Game Center leaderboards?
I haven’t actually tested to see if the leaderboards write correctly, but I can definitely give a +1 on the freezing issue.
When I look at log timings, the issue seems to come from a failure to flush the Leaderboards - the log timings indicate unresponsiveness for a few seconds, then a message:
Leaderboard Could not be flusshed
(note the double s)
Had to strip Game Centre leaderboards out of the game entirely