I have set up a leaderboard in my iOS app, everything works except writing to the leaderboard. I can pull up and view the correct leaderboard, but anytime I try to submit a score, it fails. I am sure I’m using the correct leaderboard ID and that the user is authenticated as well before attempting to submit a score. I’m using unreal engine 5.3.2.
On the game over screen out of event begin play I’m going to ‘Show External Login UI’ (even though the user is logged in before this) to ‘Write Leaderboard Integer’ with just 15 wrote in as the stat value for testing.
It makes it to the write to leaderboard integer node successfully, then fails.
Again, I can view the correct gamecenter leaderboard, which makes me think I have that setup correctly.
I’m using a distribution build in testflight- and added the leaderboard in app store connect under the main build to submit to apple for distribution even though I have not done that yet. The leaderboard is “not live”.
There has to be something I’m missing. I’ve been at this for days. Please help!
Thanks!