이 가이드에서는 불법 복제 방지 기능을 사용하여 Android 게임을 보호하는 방법을 설명합니다.
불법 복제 방지 기능은 Android 게임에만 적용됩니다. 게임에 불법 복제 방지 기능이 사용 설정되어 있으면 Google Play 게임즈 서비스는 사용자에게 게임을 플레이할 수 있는 라이선스가 있는지 확인합니다. 기기의 사용자 계정에 모두 게임 라이선스가 없으면 게임에서 전송한 Google Play 게임즈 서비스 호출이 실패하고 LICENSE_CHECK_FAILED 상태 코드가 반환됩니다.
게임 라이선스를 받으려면 사용자는 Google Play에서 게임을 설치해야 합니다. 라이선스 확인은 게임이 무료 앱이든 유료 앱이든 관계없이 실행됩니다. 확인은 게임이 게시된 경우에만 실행됩니다. 테스트 계정이 있는 사용자는 구매하지 않고도 게임을 플레이할 수 있습니다.
불법 복제 방지 사용 설정
Android 게임 불법 복제 방지 기능을 사용 설정하려면 다음 단계를 따르세요.
Android 게임을 아직 추가하지 않았다면 게임 설정에 설명된 단계를 따라 Android 게임을 Google Play Console에 추가합니다.
Google Play Console에서 게임즈 서비스 탭을 열고 목록에서 Android 게임을 선택합니다.
연결된 앱 탭을 열고 기존 Android 게임을 선택하거나
새 Android 게임에 연결합니다.
불법 복제 방지 사용 설정 옵션을 사용으로 설정합니다.
저장 및 계속을 클릭합니다.
라이선스 확인을 활성화하려면 게임을 게시합니다.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-26(UTC)"],[],[],null,["# Anti-piracy for Android games\n\nThis guide describes how to use the anti-piracy feature to secure your\nAndroid games.\n\nThe anti-piracy feature is available for Android games only. If anti-piracy\nis turned on for your game, the Google Play Games Services checks if a user is licensed to\nplay your game. If none of the user accounts on a device are licensed for your\ngame, the Google Play Games Services calls sent by your game fail and return a\n`LICENSE_CHECK_FAILED` status code.\n\nTo be licensed for your game, users must install it from Google Play. The\nlicense checking takes place regardless of whether your game is a free or paid\napp. The checking is only performed if the game is published. Users with test\naccounts can play the game without purchasing it.\n\nEnable anti-piracy\n------------------\n\nTo turn on the anti-piracy feature for your Android game:\n\n1. Follow the steps described in\n [Set Up Your Game](/games/pgs/console/enable-features) to add your Android game\n to the Google Play Console, if you have not done so already.\n\n2. In the Google Play Console, open the **Games services** tab, then\n select your Android game from the list.\n\n3. Open the **Linked apps** tab, then select your existing Android game or\n link to a new Android game.\n\n4. Turn the **Enable anti-piracy** option to **ON**.\n\n5. Click **Save and continue**.\n\n6. Publish your game in order for license checking to be\n activated."]]