연속성 및 교차 기기 플레이 정보
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
PC용 Google Play 게임즈를 통해 사용자는 휴대기기와 PC를 오가며 원활하게 게임을 플레이할 수 있습니다. Chromebook이나 Android 태블릿 등 다른 기기 유형도 지원하는 경우 사용자는 훨씬 더 많은 표시 경로에서 플레이할 수 있습니다. 이 주제에서는 PC용 Google Play 게임즈 연속성 요구사항을 소개합니다.
사용자가 새 기기에서 플레이할 때마다 게임 진행 상황이 재설정되면 사용자 경험이 안 좋아집니다. 일반적으로 사용자는 어떤 표시 경로를 사용하든 게임을 계속 플레이하려고 합니다.
또한 새로운 표시 경로마다 별도로 로그인해야 하면 사용자가 불만을 갖게 돼 게임을 중단할 수도 있습니다. 사용자는 방해 요소를 최소한으로 하면서 최대한 게임 환경에 몰입하고 싶어 합니다.
Google Play 게임즈 서비스 로그인으로 제공되는 PC용 Google Play 게임즈의 연속성 요구사항을 구현하면 사용자가 새로운 Play 표시 경로에서 사용자 인증 정보를 복원하여 게임을 계속 진행할 수 있도록 하여 사용자에게 가능한 최상의 환경을 제공할 수 있습니다. 사용자 이름이나 비밀번호를 입력할 필요도 없으므로 사용자는 최대한 빠르고 원활하게 게임에 빠져들 수 있습니다.
일반적으로 사용자의 표시 경로 사이의 원활한 연속성을 보장하기 위해 이 요구사항은 2가지 요소로 구성되어 있습니다.
- 클라우드에 게임 데이터 및 진행 상황 저장: 게임에서는 최소한 휴대기기와 PC 간에 사용자의 게임 상태를 복원할 수 있어야 합니다. 필요에 따라 게임에서 지원하는 모든 표시 경로를 대상으로 확대 적용할 수 있습니다.
- 표시 경로 간에 제로터치 로그인 환경 제공: Google Play 게임즈 서비스 (PGS) v2를 활용하여 제로터치 환경을 만듭니다. 즉, 사용자의 Google 계정을 사용해 휴대기기에서 PC로 게임 사용자 인증 정보를 가져옵니다. PC용 Google Play 게임즈의 필수 요건인 새로운 Google Play 게임즈 서비스 v2 SDK를 사용하면 통합이 이전보다 더 쉬워지고 사용자가 게임에 로그인할 때 원활한 환경이 제공됩니다.
다음 주제에서는 요구사항을 구현하는 방법을 설명합니다.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-27(UTC)
[null,null,["최종 업데이트: 2025-07-27(UTC)"],[],[],null,["# About continuity and cross-device play\n\nWith Google Play Games on PC, your users transition seamlessly between playing your game on their mobile device, and playing on their PC. If you also support other device types, such as Chromebooks or Android tablets, your user may be playing across even more surfaces. This topic introduces the continuity requirements for Google Play Games on PC.\n\nResetting game progress each time they play on a new device is a poor experience for your users; typically their intention is to continue playing your game, regardless of which surface they are on.\nAdditionally, having to login separately on each new surface creates a significant pain point which can lead users to abandon your game; users want to be immersed into the game experience as soon as possible with minimal roadblocks.\n\nBy implementing the [continuity requirements](/games/playgames/continuity-requirements) for Google Play Games on PC, powered by [Google Play Games Services Sign In](/games/pgs/android/android-signin), you give your users the best experience possible by assuring them that they can restore their credentials on a new Play surface and continue with their game - all without needing to enter a username or password, so that they can jump into the experience quickly and seamlessly as possible.\n\nAt a high level, there are 2 components that make up this requirement, so that we can ensure seamless continuity across surfaces for the user:\n\n- **Saving game data and progress in the cloud** - Your game must be able to restore the user's game state between their mobile device and PC, at a minimum. This optionally spans across any surface your game supports.\n- **Providing a zero-touch login experience across surfaces** - Leverage [Google Play Games Services (PGS) v2](/games/pgs/overview) to create a zero-touch experience, using the user's Google Account to bring their game credentials from their mobile device to PC. With our new Google Play Games Services v2 SDK, which is a requirement for Google Play Games on PC, integration is easier than before and users have a seamless experience when signing in with your game.\n\nThese topics describe how to implement the requirements:\n\n- [Detailed guidance for fulfilling our continuity requirements](/games/playgames/continuity-requirements) for Google Play Games on PC users\n- [Test cases](/games/playgames/continuity-expected-behaviors) you can use to evaluate your own integration against our requirements\n- [Our recommendations](/games/playgames/integrating-pgs-existing-id-solutions) for integrating Play Games Services with your own existing identity system.\n- [Developer documentation](/games/pgs/overview) for integrating Play Games Services v2 within your game"]]