Reminder: By Aug 31, 2025, all new apps and updates to existing apps must use Billing Library version 7 or newer. If you need more time to update your app, you can request an extension until Nov 1, 2025. Learn about
Play Billing Library version deprecation.
Google Play 결제 라이브러리 버전 지원 중단
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
2019년 Google I/O 및 Google Play 결제 라이브러리 버전 3 소개 블로그 게시물에서 발표된 바와 같이 모든 Play 결제 라이브러리 버전은 2년의 지원 중단 주기를 따릅니다.
다음은 결제 라이브러리 버전 지원 중단 및 새 버전으로의 이전과 관련해 자주 묻는 질문의 답입니다.
다양한 버전의 지원 타임라인
버전(마이너 버전 포함)
|
마지막 날짜 버전을 사용하여 새 앱이나 기존 앱의 업데이트를 출시할 수 있음 |
기한 연장 요청은 현재까지 가능합니다.
|
5 |
2024년 8월 31일 |
2024년 11월 1일 |
6 |
2025년 8월 31일 |
2025년 11월 1일 |
7 |
2026년 8월 31일 |
2026년 11월 1일 |
8 |
2027년 8월 31일 |
2027년 11월 1일 |
- 지원 중단 경고가 표시되는 원인인 APK 또는 App Bundle을 찾으려면 어떻게 해야 하나요?
- 프로젝트에 가져온 종속 항목을 검토합니다(예: 프로젝트의
build.gradle
파일에 있는 종속 항목). 규정을 준수하려면 앱이 표에 표시된 지원되는 버전을 가져와야 합니다. 결제 종속 항목은 com.android.vending.BILLING
권한이 필요한 APK에서만 찾을 수 있습니다.
- 더 이상 유지관리하지 않는 APK 또는 App Bundle에서 지원 중단된 Play 결제 라이브러리 버전을 사용합니다. 업데이트해야 하나요?
- 모든 APK를 최신 Play 결제 라이브러리 버전으로 업데이트할 것을 적극 권장합니다. 그러나 더 이상 유지관리하지 않는 APK의 경우 현재로서는 APK에 아무런 조치를 취하지 않아도 됩니다. 이번 지원 중단으로 인해 이전 버전의 Play 결제 라이브러리 사용이 중단되는 항목은 신규 앱 및 업데이트뿐입니다. 지원 중단된 라이브러리 버전을 사용하는 기존 앱은 계속 정상적으로 작동합니다. 활발하게 유지관리되는 모든 APK가 업데이트되었는지 확인하세요.
- APK 또는 App Bundle을 최신 Play 결제 라이브러리로 업데이트했는데도 지원 중단 경고가 계속 표시되는 문제를 해결하려면 어떻게 해야 하나요?
AndroidManifest.xml
에 이름이 com.google.android.play.billingclient.version
인 항목이 포함되어 있는지 확인합니다. 항목이 없으면 매니페스트 병합 설정에서 매니페스트 병합 중에 매니페스트 속성이 삭제되는지 확인하세요.
- Play 결제 라이브러리의 이전 버전에서 업그레이드하려면 어떻게 해야 하나요?
표에 표시된 지원되는 버전을 사용하도록 버전의 종속 항목을 업데이트합니다. 출시 노트를 참고하여 버전 간의 변경사항을 확인하세요.
PBL 8로 이전하는 방법에 관한 심층 가이드도 있습니다.
11월 1일까지 모든 Google Play 사용자에게 계속 배포하기 위한 기한 연장 요청 양식은 어디에서 찾을 수 있나요?
앱에서 오래된 Play 결제 라이브러리 버전을 계속 사용하는 경우 Play Console에서 경고 및 받은편지함 메시지를 받게 됩니다. 연장 요청 양식은 Play Console의 정책 상태 페이지에서 경고 또는 문제의 세부정보 페이지를 통해 이용할 수 있습니다.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-27(UTC)
[null,null,["최종 업데이트: 2025-07-27(UTC)"],[],[],null,["# Google Play Billing Library version deprecation\n\nAs announced at Google I/O in 2019 and the\n[Meet Google Play Billing Library Version 3](https://android-developers.googleblog.com/2020/06/meet-google-play-billing-library.html \"Play Billing Library Version 3 Blog\") blog post, all versions of Play\nBilling Library will follow a two year deprecation cycle.\n\nThis topic answers common questions regarding Billing Library version\ndeprecation and migrating to newer versions.\n\nSupport timeline For different versions\n---------------------------------------\n\n| Version (including minor versions) | Last date version can be used to release new apps or updates to existing apps | Extension request can be made up to date |\n|------------------------------------|-------------------------------------------------------------------------------|------------------------------------------|\n| 5 | Aug-31-2024 | Nov-1-2024 |\n| 6 | Aug-31-2025 | Nov-1-2025 |\n| 7 | Aug-31-2026 | Nov-1-2026 |\n| 8 | Aug-31-2027 | Nov-1-2027 |\n\n**How can I find which APK or App Bundle is triggering a deprecation warning?**\n: Review your project's imported dependencies (for example, those found\n in your project's `build.gradle` file). To be compliant, apps\n must import a supported version as indicated in the table. Note that\n Billing dependencies would be found only in APKs that require the\n `com.android.vending.BILLING` permission.\n\n**An APK or App Bundle that I no longer maintain is using a deprecated version of the Play Billing Library. Do I need to update?**\n: We strongly recommend updating all APKs to the latest version of the\n Play Billing Library. However, if an APK is no longer maintained, then\n no action is required for the APK at this time. This deprecation\n prevents only new apps and updates from using older versions of the\n Play Billing Library. Existing apps that use a deprecated version of\n the library will continue to function as expected. Please ensure that all\n actively maintained APKs are updated.\n\n**How to fix APK or App Bundle updated to latest Play Billing Library but still triggering deprecation warning?**\n: Make sure your `AndroidManifest.xml` contains an entry with name\n `com.google.android.play.billingclient.version`. If the entry\n isn't present, check your\n [manifest merge settings](/studio/build/manage-manifests#merge-manifests)\n to see if the manifest attribute is being dropped during manifest merging.\n\n**How can I upgrade from an earlier version of Play Billing Library?**\n\n: Update the dependency in your release to use a supported version as indicated\n in the table. To see what changed between releases, read the\n [release notes](/google/play/billing/release-notes).\n\n In addition, we have an in-depth guide for migrating\n [to PBL 8](/google/play/billing/migrate-gpblv8).\n\n**Where can I find the extension form to continue distributing to all Google\nPlay users until 1 November?**\n\nIf your app is still using an out of date Play Billing Library version, you'll\nreceive a warning and an inbox message in Play Console. The extension form is\navailable through the details page of the warning or issue on the\n[Policy status](https://play.google.com/console/developers/app/policy-center \"Policy Center\") page in Play Console."]]