Friend Leaderboards - Request "after rank"
Hi, I am currently implementing leaderboards (in a Unity project). When displaying all data, I can use the "GetEntriesAfterRank" function to allow the user to 'page up' and 'page down' through the scores. However, when displaying "Friends only" there does not appear to be an equivalent function. In my game, I have a "go to top", "page up", page down" and "go to bottom" button. I am not sure how to implement this functionality with the available functions. How have other devs handled this? It seems to me that the "GetEntries" function should allow a specific "StartAt" position. Is there a limit to how many friends a player can have? I am guessing that I just have to request all friends and then just handle it myself? Thanks,Solved724Views0likes1Comment