playgameservices / play-games-plugin-for-unity

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

How to sign-in user again if the user declined sign-in request on the app start in 0.11.01? #3127

Closed hippogamesunity closed 2 years ago

hippogamesunity commented 2 years ago

As mentioned here https://developers.google.com/games/services/android/signin There should be GamesSignInClient.signIn() call. image

ozdemir08 commented 2 years ago

Hi @hippogamesunity thanks for checking out the new plugin. Please see the sign-in section of the documentation. You can use PlayGamesPlatform.Instance.ManuallyAuthenticate for the manual sign-in attempt.

hippogamesunity commented 2 years ago

Thanks for the info!