-
Game Center Leaderboard
I have created the following Test App.
i've placed the Game Center Connect Object ( Its works fine in the App )
then:
Start of frame send Score 1000 to GC Leaderboard.
and
User click on Button, display GC Leaderboard.
But no scores are loading. there is "loading scores" and then is there "Unable to load"
Where is the Problem ??
-
assuming you have a sandbox user set up and authenticated (it should say "welcome back..blabla" when you start it)
try testing with the 4.3 emulator that comes with xcode instead of device.
that showed me it was working correctly.
-
The "welcome" popup appears. but the leaderboard shows no scores. i tested it on iPod touch. i will try it on the 4.3 Simulator.
Thanks
-
It works in the 4.3 IOS Simulator. but when i create divers sandbox accounts. i can only see the score from the logged in player. not the player with them i logged in before.
-
Just a stupid question : you have created your leaderboard under iTunes Connect? The Category field should contain nothing, to display the main leaderboard.
-
yes, i've created the leaderborsd unter iTunes Connect. you mean the Category in the Properties of the Leaderboard Object in MMF 2 ? This does not work. I have to do the same entry as in iTunes Connect. Otherwise it shows ""unable to load". And then it shows the Leaderboard only in the 4.3 Simulator of Xcode. not on my Device.
-
so you never saw the GC leaderboard on the device?
i thought the problem was that you could see it , just not see scores
-
i see the leaderboard, just no scores on the device.
-
as long as you saw a score for the logged in player when using sandbox mode on 4.3 emulator, it is all working correctly.
read this from start to finish:
http://www.cocos2d-iphone.org/forum/topic/20110
-