Hello friend
I’m facing some problems posting scores to OpenFeint leaderboards from my android application.
Input:
- I’ve got my app on the android market
- In my app I’ve got the code to post score
- When posting my score nothing happens - in leaderboards HS Count = 0.
To test this behaviour I’ve created the test app which does nothing but only posts data to openFeint (in this app I’m using my original game’s product key and secret). Here is the code:
local openfeint = require("openfeint")
local of\_product\_key = "YhYbAKBoPR2s3Kfe79etB"
local of\_product\_secret = "YikR8ewwyCAsyaJ4AMdS78MvcuLd4aPb7i3mSsAsgBd"
local of\_app\_id = "316983"
openfeint.init( of\_product\_key, of\_product\_secret, "ShiftMe Fifteen", of\_app\_id )
openfeint.setHighScore( { leaderboardID="806778", score=312, displayText="Peter: 05:12" } )
The question is - why this data is not shown in OpenFeint? Does anyone have an experience with OpenFeint in their android games? [import]uid: 67485 topic_id: 12026 reply_id: 312026[/import]
So no OF on Android???