ios - Rank different countries in Game Center Leaderboard? -


I was thinking that it would be possible to rank things other than a different player in the sports center, like a country Will be installed so that a player gets the score, it adds the player's country score and if the game center is sent to it, will it be possible?

Game Center views do not offer filtering beyond what you see Standard interfaces ( Time scope and all friends versus all players). Therefore, to get this behavior, you can build your custom Game Center Leaderboard interface, manually download scores from GKLeaderboard , and hide the country's information in the hidden context Will need to be archived and retrieved. Score parameter.

However ... this would be extremely impractical, because you have to download a lot of scores to ensure that you also capture most of the countries where players have scored the scores. As such, you should actually look at your own leaderboard server, which tracks the data you're interested in, and can organize it in a way that you choose.

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -