So I’ve managed to successfully get the Corona Cloud set up. Logged In and posted a score to a leaderboard no problems so far.
Leaderboard is set up for reverse sort as it will be time based. Lower time is better.
So for example if i send the score of 795 it posts ok and I can see it in the Corona Cloud Leaderboard via my PC.
However if I then post a score of 794.9, it will show as 794 on the Corona Cloud leaderboard.
Happens with all decimal values. They show as integers.
Obviously this is not good for time based games as you can imagine.
Using debug mode I can see that the Post Parameters are sending it correctly as 794.9.
However on the Post Request Corona Cloud Leaderboard details it is being returned as 794, which is the same value as on the Cloud.
So I’m pretty sure it’s a cloud server issue and not an issue with corona-cloud-core.lua.
Really need this resolved. Thanks
, what you say would be possible if I manage the interface to show the leaderboards by myself, that’s it ‘the manual way’, but I would like to take advantage of the Corona Cloud Dashboard and use it to manage my users, display the leaderboards, etc. So I guess my options where to show integers and control the way they were displayed: from hight to low or reversed.