Mobile game, cross platform leaderboard / challenges
Asked Answered
D

1

6

I am developing a small word game as a side project and chose Flutter to release the game for both Android and iOS. I am able to use flutter packages (e.g. https://pub.dev/packages/games_services) to integrate with Google Play Games and Apple Game Kit but I think this doesn't allow e.g. to create a cross platform leaderboard, but iOS and Android players see their separate scores.

Options I found:

Before I go down the route of creating a simple scoring / leader board using fire base, I was hoping to find someone here who looked into this as well. Is there a way to use the Google and Apple services, yet see stats x-platforms? I would prefer this, also hoping to give users a more integrated experience and maybe also gaining new users through this.

Thanks for any pointers.

Dora answered 16/12, 2020 at 18:19 Comment(0)
W
0

As far as I know, you can't make a single leaderboard for both platforms, unless you load both leaderboards data, you sort it and then display it inside your game. But if you're going to use Firebase, there are two sign-in options, one with Google Play Games and another one with Game Center, so you will be able to give your users the

more integrated experience

you just mencioned.

Wyoming answered 22/4, 2023 at 16:2 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.