Hi all,
I'm using CocosLive in my current project for global rankings, where each device can have only one score (I'm using the DeviceID as the cc_playername and keeping track of a user-defined "Device Name" with another usr_ key). I've got a scene in which I display a list of the top scores and, separately, the rank for the current device's score.
I've 'created' several CocosLive games online, with their own 'secret keys' and such. In one, I did not enable rankings. I was able to download and view all the scores, but I always receive a value of '1' for my requestRankForScore:andCategory request.
I enabled rankings in another game I set up. When I download scores from this one, I receive a value of 'null.' However, the ranking request yields the correct ranking.
I'm a little frustrated as I've been trying to fix this problem for a while, but nothing has been working for me. I'm using Cocos2d v0.8.2, but have implemented the latest CocosLive version that I downloaded with Cocos2d v0.99.0.
Any ideas/suggestions?
Thanks,
Tom