From 66ac7af76d99387f689ad0a119e3478828aa1c35 Mon Sep 17 00:00:00 2001 From: "services@defold.se" Date: Tue, 18 Feb 2025 07:02:52 +0000 Subject: [PATCH] Site changes [skip-ci] --- extension-gpgs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extension-gpgs/index.md b/extension-gpgs/index.md index 7f35e945e..92f56c287 100644 --- a/extension-gpgs/index.md +++ b/extension-gpgs/index.md @@ -42,9 +42,9 @@ use_saved_games = 1 request_server_auth_code = 0 ``` -Where `app_id` is the 12 or 13 digit Application ID from the Google Play Console, found under Development Tools > Services & APIs and Google Play game services.

+Where `app_id` is the 12 or 13 digit Application ID from the Google Play Console, found under Development Tools > Services & APIs and Google Play game services. -Where `use_saved_games` indicates if the [Game Saves service](https://developers.google.com/games/services/common/concepts/savedgames) should be used (0 is disabled, 1 is enabled).

+Where `use_saved_games` indicates if the [Game Saves service](https://developers.google.com/games/services/common/concepts/savedgames) should be used (0 is disabled, 1 is enabled). If you want to retrieve server auth code set `gpgs.request_server_auth_code` to 1 and provide `gpgs.client_token`. Client token should be configured to Web application.