游戏中心 vs OpenFeint
我想为我的游戏分数添加全球排行榜。
您会推荐 Game Center 或 OpenFeint 来实现此功能吗?
建立全球排行榜需要什么?服务器是否由服务托管?
谢谢
I would like to add a global leaderboard for my games score.
Would you recommend Game Center or OpenFeint for implementing this?
What is needed to setup a global leaderboard? Is the server hosted by the service?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果可以的话,使用两个网络!
我认识很多用户,他们喜欢其中一种,讨厌另一种。
据我所知,Openfeint 已内置于 GameCenter 集成中。
让用户有机会同时使用两者,可以让您两全其美。
Use both networks if you can!
I know many users, who prefer one of them and hate the other.
As far as I know has Openfeint built in GameCenter integration.
Giving the user the chance to use both gives you the best of both worlds.
绝对是游戏中心。
它得到了 Apple 的官方支持,因此它确实很好地集成到了 SDK 中,并且不能保证 Apple 不会在将来的某个时候禁止所有第三方游戏网络。
服务器由服务托管(至少对于游戏中心)
Game Center definitely.
It's officially supported by Apple so it's really well integrated into the sdk and there's no guarantee Apple will not prohibit all third-party game networks at some point in the future.
The servers are hosted by the service (for Game Center at least)
两者之间的一个重要区别是 OpenFeint 支持 Android。如果您是多平台的,这是需要考虑的事情。
One important difference between the two is that OpenFeint has Android support. That is something to consider if you are multiplatform.