LoginWithGooglePlayGamesServices API Migration Procedure
The migration consists of switching to LoginWithGooglePlayGamesServices since Google is encouraging developers to migrate to this way of authentication. After migrating the players, there will be no dependency on LoginWithGoogleAccount API and developers should be able to upgrade to the latest plugin version. For more information, see Google Official Documentation.High Level Steps
- Choose the right version of “Play Games Plugin for Unity”.
- Initialize Play Games Platform and Authenticate user.
- Login into PlayFab using LoginWithGoogleAccount.
- Link your Google Play Games profile with PlayFab Player account.
- Verify user can log in using LoginWithGooglePlayGamesServices API.
- (Optional) Unlink your Google Account profile from the PlayFab Player account.
