Google Play Games Auth with Authentication(beta)

Hello! I had some problem… Only Google Play Games Auth is OK, but

await AuthenticationService.Instance.SignInWithGooglePlayGamesAsync(authCode);

show me “error CS1061: ‘IAuthenticationService’ does not contain a definition for ‘SignInWithGooglePlayGamesAsync’ and no accessible extension method ‘SignInWithGooglePlayGamesAsync’ accepting a first argument of type ‘IAuthenticationService’ could be found (are you missing a using directive or an assembly reference?)”. How to fix it?

Hey Ivan,
Thanks for reaching out!
Which Auth SDK version are you currently using? Which Google Play Games version are you currently using?
We have a new version 2.1.0 about to release next week but our documentation has already been updated for the 2.1.0 version.
You will have to update to the 2.1.0 as soon as it is available. I will keep you posted as soon as it is released. Sorry about the inconvenience.

Best,
Daisy

1 Like