I have signed up on the Open Feint site as a developer and crated an application and a leaderboard.
I have put the following code at the beginning of my main.lua
require "openfeint"
openfeint.init( "my product key", "my product secret", "Test" )
And when my game is over I have the following code
openfeint.setHighScore( { leaderboardID="myleaderboard Id", score=numScore } )
When I launch my game on the iphone, after the default loading screen, the first time I played it got a full screen Open Feint screen appearing asking if I wanted to enable open feint or something like that and I chose yes.
Launching subsequent times I get a welcome back open feint message the bottom of the screen. Clicking on this opens full screen open feint screen.
If I navigate to the My Games section I see 3 other games I have downloaded from app store but not my game.
Any idea what I am doing wrong or how I can check if my code to submit a high score is working?
Perhaps there is something more I need to do on the Open Feint site? Prepare for submission?
Thanks
Paul [import]uid: 7863 topic_id: 3035 reply_id: 303035[/import]
[import]uid: 10144 topic_id: 3035 reply_id: 9507[/import]