I’ve had an idea for an app that includes a score which is shared between everyone that uses it. Is this at all possible with GPGS? I only ask because I would assume the way “high score” is saved is individually, by user name and just looking over the code needed it doesn’t seem like there’s a way to specify much. Is there a way to ignore user names and tell each device to look for a singular, communal score? Does that make any sense? It’s very late for me…late enough that the screen is kind of fuzzy…hopefully what I’m asking for isn’t crazy.
GPGS has a leaderboard, does that solve your needs? https://developers.google.com/games/services/common/concepts/leaderboards
I don’t want a leaderboard so much as a single score that everyone adds to…sort of like analytics…every time someone playing the game does a certain action it gets recorded, added to the global score and then everyone’s app updates with the addition. It’s a cumulative score for everyone playing the app to add to.
You will probably need to use some other service for this. This might be a good use for something like Parse or Coronium.
Rob
GPGS has a leaderboard, does that solve your needs? https://developers.google.com/games/services/common/concepts/leaderboards
I don’t want a leaderboard so much as a single score that everyone adds to…sort of like analytics…every time someone playing the game does a certain action it gets recorded, added to the global score and then everyone’s app updates with the addition. It’s a cumulative score for everyone playing the app to add to.
You will probably need to use some other service for this. This might be a good use for something like Parse or Coronium.
Rob