Should this work if my openfeint leaderboard is still in development mode?
I still can’t get a score to appear in my gamecenter leaderboard at thats all I can think of that could be at fault.
My code is as below,
to submit my scores I have
[blockcode]
lbID = “6****4”
numScore = settings.chasehighScore
function setHighScore()
openfeint.setHighScore( lbID, numScore)
end
timer.performWithDelay(500,setHighScore,1)
[/blockcode]
and my plist is:
[blockcode]
?xml version=“1.0” encoding=“UTF-8”?>
Leaderboards
6 4
6 4
[/blockcode]
I think its all ok, but still have no luck posting a score. Im using the same email address and password for my OF and GC logins.
Is my score submit code ok? it works for OF but im not sure if it should have anything else for submitting to GC too.
Thanks again [import]uid: 8699 topic_id: 8097 reply_id: 29577[/import]