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

link|improve this question

didnt see this comment until now. Are you still struggling? pocketworx.com/?p=80 shows how to do it. – Helium3 Apr 13 '11 at 14:04
feedback

3 Answers

up vote 1 down vote accepted

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 has built in GameCenter integration. Giving the user the chance to use both gives you the best of both worlds.

link|improve this answer
Thats true. thanks. – Helium3 Apr 13 '11 at 14:03
feedback

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)

link|improve this answer
Thanks. I already implemented OpenFeint and it works really well. I dont think apple would prohibit OpenFeint with such a huge user base and already implemented games. Who knows. :P – Helium3 Jan 22 '11 at 17:26
feedback

One important difference between the two is that OpenFeint has Android support. That is something to consider if you are multiplatform.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.