I’m trying to show scores from one of our leaderboards but I either get only the highest score or none at all even though we have about a dozen scores.
For this one I can see the data from the scores in the log, but just under them it it says “Failed to call instance function SetScores because the no object was provided”.
I get the same result whether I use a local ILeaderboard or a private static one.
Both of these examples are based on those in the documentation.
Is there a step I am missing?
Well, it’s obviously a bug with the current 4.0 build. So, I popped for the iOS GameCenter plugin from Prime31 (i’ve used their social networking plugin before with great success) and for $70 its well worth it. I was up and running in 15 minutes and my scores were posting, I was getting leaderboard data and it has a great api to customize exactly what you want out of it.
hi guys, any luck for this i m trying to find as well in mine i just get the highest one and does not loop through. please let me know if you have resolved this issue tks.
Not sure if everyone is still having this problem but I was able to find a solution!
To make it work you need to create a new local leaderboard, with its leaderboard ID the same as your Game Center leaderboard ID you want to load.
I’m currently unsure of how many scores you can load at once, but I’m testing that now!