How to implement leaderboard by country?

0 votes
Hi, how can I implement a leaderboard by country? Shall I create 200 different leaderboards, one for each specific country? Or I can filter one leaderboard somehow?
asked Oct 31, 2014 in App42 Cloud API-BaaS by vladislav (10 points)

1 Answer

0 votes

Hi Vladislav,

There are two ways of maintaining country specific Leaderboard, one is making individual Leaderboard for each of the country along with global Leaderboard and save the score in both the Leaderboard, first save it on global and then in the user country Leaderboard. Another way is to use storage and save user score there and then apply query and sort it based on score. However, you have to write lots of code for achieving everything that you get in Leaderboard service out of the box.

 

Let me know if it helps.

answered Nov 1, 2014 by naresh (350 points)
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...