Hi,
I’m getting mad trying to solve this. I submit the score using this code:
function ccLeaderboards( event ) if ( event.type == "ScoreSubmitted" ) then native.showAlert( "Success", "Your score was successfully submitted online.", { "OK" }) end end Runtime:addEventListener( "Leaderboards", ccLeaderboards ) cloud.submitHighScore( leaderboardID, 1000 )
But in the leaderboard it doesn’t show anything (in the website), then it shows me the alert with success but then I get this error in the console:
Corona Cloud: Leaderboard Details: {"error":"User authentication token is not present in the request parameters."}
But this is strange because I’ve logged in successfully in CoronaCloud.
Thank you a lot,
Andrea