I don't we've changed anything which could cause issues. The login state is a little weird, and tends to be preserved across installs which doesn't help diagnosis. If a new user is able to download your game and login then I would say it's fine.
There's a pending update I've been meaning to look at which resolves a login state desync. It was briefly published but we ended up pulling it for further testing after a bug report came up for the new version. The change is a defensive one though, for a rare bug where a device had somehow ended up logged in without the app being aware of it.
KENYONB on the version you are testing is it a debug APK or did you download it from the store? As a reminder unless the APK is signed correctly you won't be able use the Google login.
Nepeo THanks for the reply. That's what I am thinking, if it works for others, it should be fine and the error is ith Google, or maybe just my account.
But what I dont get is that if auto-sign in fails, it is supposed to show the Play Games icon which allows you to sign in manually. But since I logged out and have never been automatically signed back in, the Play Games icon never shows.
Here's my code:
+ GooglePlay: On loaded
----+ GooglePlay: Is loaded
-----> GooglePlay: Sign in
+ GooglePlay: On auto-sign in failed
+ OR GooglePlay: On signed out
-> System: Set group "GoogleSignIn" Activated
[GoogleSignIn]
----+ System: Group "GoogleSignIn" is active
-----> System: Set layer "GoogleSignIn" Visible
----+ Touch: On touched GoogleSignIn
-----> GooglePlay: Sign in
Is there something wrong with my code?
Also, I created a version that has the icon show from the start. When I press it, it starts the sign in process, but never finishes. It is like one of the earlier issues with the plugin where you select the account, then it starts to sign in and then it looks as though the sign in window falls downward off the screen. It never finishes and I am still logged out. I'll try to record it and post here.
I've tested on my production APK downloaded from the store and just built it again with the latest beta and still wont auto sign in. any ideas?