Hi,
I just implemented CocosLive in my game "iQUIZZONE" and something weird is happening.
I copy pasted the postScore code from the cocosLiveDemo to my game, I changed the secret key, the name of the game and the name of the category.
When I try to post a score, my "scorePostFail" method is called by CocosLive and this is what I get in the console:
2010-08-14 20:18:27.549 iQUIZZONE[5724:207] Post Score failed. Reason: OK,
2010-08-14 20:18:27.550 iQUIZZONE[5724:207] Cannot post the score to the server. Retry
So it looks like it failed to post, but it says Reason = OK. And then if I go to the CocosLive website, actually the scores are all there and they look ok.
Retrieving them doesn't give me any problem.
Any idea why it would think it failed to post when actually it went ok?
Thx