Leaderboard misconfigured

Hi there,

I've recently added support for leaderboards to one of my apps. However, unfortunately I've misconfigured the sorting order of scores. I've clicked rising instead of falling. Apparently the understanding of sorting differs between the Play and the App Store.

Nevertheless, I am now unable to resolve this issue manually. So what can I do?

I've already contacted the developer support. They told me to contact the developer technical support team. And they send me a generic response to check the forums. So here I am.

Hi,

You should be able to re-order the leaderboard in code using loadEntries to get the info and then using your own filters to show in whatever order you choose. Alternatively, you can also delete and re-create the leaderboard on ASC.

Rico


WWDR | DTS | Software Engineer

Hi,

thank you very much for your response.

I use Flutter for my apps and for the Game Center implementation a corresponding package that provides a default leaderboard visualization. Filtering the data myself would prohibit me from using the premade UI and would force me to create my own.

Regarding the deletion of leaderboards: How can I do that? I only found an option to archive them.

Thanks in advance Jan

Leaderboard misconfigured
 
 
Q