play-games-plugin-for-unity icon indicating copy to clipboard operation
play-games-plugin-for-unity copied to clipboard

Authentication callback never invokes or invokes too late

Open rico345100 opened this issue 2 years ago • 2 comments

Describe the bug There's a serious flaw that calling Authenticate method doesn't invoke the callback, or invokes too lately. There are so many people facing this issue and people are giving my game very, very negative scores.

With my test device, mostly it works fine, but sometimes, for no reason, the authenticate callback fired at least after 30 seconds! Sometimes even worse, it takes five minutes to ten minutes! There are no people who waiting for the authentication process ten minutes at all.

There are so many people telling me that the load never ends, and it's just because the authentication method just never called the callback. I hooked up my device to my dev PC and opened up Logcat when I was facing that issue, that the load takes over the 30 seconds, there was literally nothing. Not even a single error message at all.

To Reproduce Have no idea how to reproduce it. It just happens purely randomly.

Expected behavior Authenticate callback must be invoked, regardless of its success or failure.

Observed behavior The authenticating process takes at least 30 seconds to 10 minutes.

Bug Report No info to report for now.

Screenshots No screenshots for now.

Versions

  • Unity version: 2019.4.3f1
  • Google Play Games Plugin for Unity version: 0.10.12

Additional context This behavior does not just happen with 0.10.12, It has been a problem that has occurred steadily since two years ago. And I've updated this plug-in several times in those two years.

What makes the authentication process takes too long?

rico345100 avatar Jun 21 '22 15:06 rico345100

After months and many negative reviews, I finally just discovered this is the source of my "black screen after splash screen issue". The call to Authenticate never comes back to the callback. This plugin is broken. :(

sampenguin avatar Aug 29 '22 02:08 sampenguin