This document lists the deprecation schedule for the Play Games Services v1 SDK.
Following the deprecation of Google Sign-in (GSI) API and planned shutdown we are deprecating the Play Games Services v1 SDK and APIs. You must migrate your game to the Play Games Services v2 SDK to get the latest features.
The deprecation timelines are as follows:
| Date | Deprecation milestone |
Impact | Developer action |
|---|---|---|---|
| May 2026 | GSI API Removal |
If a game adds new features, such as liveops, missions, or maps, that don't
rely on Google authentication except for Play Games Services v1 API these features will
continue to work. If your game uses a third-party SDK or a Google SDK other than Play Games Services v1 that requires an authentication upgrade, upgrading to the latest version of that SDK might cause compilation errors. |
|
| June 15, 2026 | Play Games Services v1 API removals |
A new Play Games Services v1 SDK with removed GSI APIs will be published with no further bug fixes or updates to existing Play Games Services v1 features. If an existing v1 title ends up upgrading to latest Play Games Services v1 version, the Play Games Services functionalities on this new version will stop working. |
|
| May 2027 | Play Games Services v1 shutdown |
All traffic from Play Games Services v1 blocked with no compilation of a game. Existing Play Games Services v1 APIs stop working in the production environment. |
Only option is to migrate to Play Games Services v2 before this deadline to avoid player onboarding and login disruptions. |
After September 2025, the games v1 SDK and APIs are deprecated. Existing titles with previous v1 integrations continue to function. Google Play prevents publishing new titles that use the v1 SDK and APIs.
From June 15, 2026, the deprecated APIs will be removed from the SDK.
From June 2027, the games v1 SDK will be removed. Calls to these APIs will fail, even if you're using previous versions of the SDK.
The following table lists the games v1 (SDK) versions, its deprecation dates, and migration guides:
| SDK version | Release date | Migration guide |
|---|---|---|
| play-services-games:v24.0.0 | September 12, 2025 Deprecated |
Migrate to v2(Java or Kotlin) |
| v0.10.15 Unity | September 17, 2025 Deprecated |
Migrate to v2(Unity) |
| play-services-games:v25.0.0 | June 15, 2026 Play Games Services v1 API removed from the SDK. |
Migrate to v2(Java or Kotlin) |
Sample impact of GSI API removal
Consider a scenario where an SDK, SDK1, retrieves a list of friends from a player's Google Account. To use this feature, players must authenticate their Google Account using the Google authentication SDK.
You might need to update the Google Authentication SDK in the following situations:
- Resolve a critical bug in the authentication flow.
- Implement new passkey experiences offered by the Credential Manager SDK.
The following table describes the three scenarios for updating your game's authentication integration:
- Scenario 1: SDK1 upgrades to the latest Google Authentication SDK.
- Scenario 2: SDK1 integrates with Credential Manager, leaving the Google Authentication SDK unchanged.
- Scenario 3: SDK1 integrates with Credential Manager and removes the Google Authentication SDK.
| Feature | Scenario 1 | Scenario 2 | Scenario 3 |
|---|---|---|---|
| Auth upgrade scenarios |
|
Aware of GSI API removal, SDK1 does not upgrade the auth SDK but powers their Google authentication functionality using the Credential Manager SDK in their latest version. | In their latest version, SDK1 powers the Google authentication functionality using Credential Manager SDK and completely removes the auth SDK. |
| Play Games Services v1 SDK | Unchanged | Unchanged | Unchanged |
| What happens when game compiles |
|
Game gets compile time errors | The game then tries to follow the resolution path. |
| Possible Player experience | N/A. Since game is not able to compile so no publishing. |
|
|
| Resolution path for game developer |
|
|
|
| Eventual outcome for Play Games Services v1 | Game does not need to upgrade to Play Games Services v2, but SDK1 remains out of date. | Game does not need to upgrade from Play Games Services v1 to v2. | Game does not need to upgrade from Play Games Services v1 to v2. |