Hello,
Given a selected leaderboard in my game, I want to retrieve the user’s friends and rakings to compare with his, but from what I’ve seen and done so far, I can only get the friends list and the scores list separety, therefore I’d have to check one by one (via IDs) if the member on the leaderboard list is a friend.
If the given leaderboard has 200.000 values and the user has 10 friends, the operation wouls be performed 2 million times!
Is there any other way to do this? Or is this normal and it’s not that many?
Not sure if you are rolling your own or using our plugin. However, if you are using our plugin, you would just specify the PlayerScope property to friend’s only.
If you haven’t decided which plugin to use yet, we just finished gamekit for ios7.0 with support for authentication when submitting scores. This will help cut down on cheaters flooding your leader boards with fake scores.
Achievements and GameCenter I made on my own because it was easy and simple.
A few weeks ago I bought your plugin for in app purchases and facebook/twitter integration. Since you just added game kit I might as well take a look. Is it live already?