简体   繁体   English

将较小的结果提交给Scoreloop

[英]Submit a smaller result to Scoreloop

In an Android app, I included Scoreloop for a global leaderboard. 在一个Android应用程序中,我包括了Scoreloop,用于全球排行榜。 I have 3 modes. 我有3种模式。 2 of them work correct (if a higher result is reached, the score will be submitted). 其中2项是正确的(如果达到更高的结果,将提交分数)。 But the third mode should work the other way. 但是第三种模式应该以其他方式起作用。 If a result is less/smaller than the score on the servers it should be submitted. 如果结果小于/小于服务器上的分数,则应提交。 I really can't get it working ... Sadly I haven't recived an answer when I postet this question in the Scoreloop forum. 我真的无法正常工作...可悲的是,当我在Scoreloop论坛中发布此问题时,我还没有得到答案。

I am facing the same issue. 我正面临着同样的问题。 I was trying to submit a lesser score to the leader board, as my player's standing on the leader board is dynamic in both directions. 我试图向排行榜提交较低的分数,因为我的玩家在排行榜上的位置在两个方向上都是动态的。

But, seems like Scoreloop doesn't want to acknowledge the a lesser score than that of which is previously submitted. 但是,似乎Scoreloop不想承认比以前提交的分数低的分数。

Example: 
    Update A : 0    Coins - Scoreloop shows  0   Coins - DESIRED
    Update B : 8000 Coins - Scoreloop shows 8000 Coins - DESIRED 
    Update C : 4500 Coins - Scoreloop shows 8000 Coins - UNDESIRED 

I don't remember reading about such a behavior in Scoreloop documentation. 我不记得在Scoreloop文档中阅读过有关这种行为的信息。 Or is it mentioned somewhere, and I missed it? 还是在某处提到它,而我却错过了?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 整合Scoreloop高分 - Intregrating Scoreloop high scores 为什么先排序较小的子数组会导致更快的快速排序? - Why does sorting the smaller subarray first result in faster quicksort? 模板匹配-为什么结果矩阵小于指定的矩阵? - Template Matching - Why the result matrix is smaller than specified? java添加两个具有不同长度的int数组。 为什么给出的结果小于正确的结果? - java adding two int arrays with different lengths. why giving a result that is smaller than correct result? 提交EditText并在AlertDialog TextView中显示结果 - submit EditText and display result in AlertDialog TextView 使用 ExecutorService.submit 结果得到乱码 - use ExecutorService.submit result get Garbled 在libGDX游戏中如何使用Scoreloop的奖励系统 - How-to use Scoreloop's award system in libGDX game 如何将Java的测试结果提交到RESTful Web服务? - How to submit test result from Java to a RESTful web service? 如果JLS的操作数为较小类型,则JLS在哪里指定加法的结果为int? - Where does the JLS specify that the result of an addition is int if its operands are of smaller type? ExecutorService.submit(Runnable task,T result)中的'result'是什么做的? - What does 'result' in ExecutorService.submit(Runnable task, T result) do?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM