Hey, I’m fetching scores with gameNetwork.request(“loadScores”) using playerCentered=true. The score entries come back fine but alias and displayName are always nil. The playerID field has long hex scoped IDs instead of the old G:XXXXXXXXX format.
When I pass those IDs to gameNetwork.request(“loadPlayers”) it fails with GKErrorDomain Code=5005 INVALID PLAYER ID so I can never get the names of players above and below me.
Has anyone managed to get display names for other players from a leaderboard on modern iOS? Is Solar2D’s gameNetwork still using the old GKScore API instead of GKLeaderboardEntry?
Any workaround appreciated!