用户分数对象和应用程序分数对象
随着新的分数和成就的推出,我有以下问题
- 用户的分数对象和 用户的应用分数对象?
- 设置其中一项会影响另一项吗?
- 在设置分数对象时,它是被覆盖还是聚合?
文档中有一个关于“游戏每场比赛限制为 1000 分”的声明......游戏
- 是否总共指的是应用程序?
- 每人的游戏?
- 每人每场比赛的人数,例如(每回合/每次尝试/每轮)?
我问这个问题是因为我正在开发一款游戏,用户将有两组评分,我希望它们既可以单独计算,也可以作为总计计算。
With the new Scores and Achievements roll-outs I have the following questions
- Is there a difference between the user's scores object and the
app's scores object for the user? - Does setting one affect the other?
- In setting a scores object is it overwritten or aggregated?
There was a statement made in the docs about "games limited to 1000 points per game" for scores...does game refer to
- The App in total?
- the game per person?
- the per person per game play e.g. (per turn/ per try/ per round)?
I ask this because I am developing a game where a user would have 2 sets of scoring and I want them to be counted both separately and as an aggregate.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我一直在研究分数和成就,这就是我发现的:
7.创建成就时,图片不要使用https链接,否则不会添加。
8)成就总分不能超过1000分,但分数可以更高(不知道多高)。
我强烈建议您首先在测试应用程序中创建成就,然后在确定所需内容后将其添加到您的应用程序中。
希望我能提供帮助。
I've been playing around with scores and achievements and this is what I found out:
7.When creating achievements, don't use an https link for the image else it won't be added.
8) The total points for achievements should not be greater than 1000pts but scores can go higher (how high I do not know).
I strongly suggest creating the achievements first in a test app and adding them to your app when you're sure about what you want.
Hope I was able to help.