AndrewZurn/BubbleBounce-mobile

What happens when User not signed into Google Play Service, and submits a score

Closed this issue · 2 comments

Need to determine what will happen in the event a user is not signed into Google Play Services within the app upon completion of a game.

A few possible scenarios:

  1. Will error out, or more probably display a warning message (which would be annoying).
  2. Will ask them to sign in again (which would be annoying as well).
  3. Will do nothing, and let them continue playing.

In the event of number 1, we should change to only submit if they are signed in.

In the event of number 2, a check to see if they are signed in could be performed, and then submit if true is returned.

In the event of number 3, nothing could be done.

Turns out this throws a bunch of garbage information on the screen.

Fix to implement: Before making the call to add the score, make a check against GooglePlay module to see if the current user is logged in, if in, submit score, else, don't do anything.

If they hit the 'stats' button, it should have them sign in, then submit their score.

Fix will be released in version 6 of the app. Closing issue.