playgameservices / play-games-plugin-for-unity

Google Play Games plugin for Unity
Other
3.43k stars 952 forks source link

Authentication Fails "UiSignInRequired' #3110

Closed benk0913 closed 2 years ago

benk0913 commented 2 years ago

Hi, I can not managed to sign in. 1) Client attempts to authenticate 2) The overlay shows up for a second, and immediately terminates 3) The plugin thinks the player has "cancelled" the sign in 4) The plugin shows this error since it's only prompt once(?) 5) Retrying will simply return UiSignInRequired every time.

I've made sure I'm using the WEB APP client id and not the regular one. What makes the overlay cancel itself!? Strange behavior that did not reproduce when I tested on a build > run - .APK But only happens on a downloaded .AAB from google play!!!

Please help!

ozdemir08 commented 2 years ago

Check out this section. Using canPromptAlways should solve this problem. Feel free to reopen if you have further questions.