Google 월렛 Android SDK를 사용하도록 Android 앱 승인
Google Wallet API는 통합 결제를 더 쉽게 할 수 있도록 Android SDK를 제공합니다.
네이티브 코드로 Android 앱에서 직접 Google 월렛 기능을 사용하세요.
Google 월렛 Android SDK를 사용하려면 앱의 패키지 이름을 제공해야 합니다.
Android 앱 및 앱 서명 인증서의 SHA-1 지문입니다. 이러한 사용자 인증 정보는
앱의 게시 액세스를 승인하고 요청을 인증하는 데 사용됩니다.
Google Wallet API로 전송됩니다.
1. 서명 인증서의 SHA-1 디지털 지문을 가져옵니다.
서명 인증서의 SHA-1 디지털 지문을 가져오려면
다음 중 하나를 사용하여 이를 가져오는 방법에 관한 Google Play 서비스 문서를 참고하세요.
서명 인증서의 SHA-1 지문은 다음과 유사합니다.
DA:39:A3:EE:5E:6B:4B:0D:32:55:BF:EF:95:60:18:90:AF:D8:07:09
2. Google 월렛 콘솔에서 앱 승인
SHA-1 디지털 지문을 확보했으면 다음을 수행하여 Android 기기를 승인합니다.
앱에 연결할 수 있습니다.
- Google Pay 및 월렛 콘솔을 엽니다.
- 왼쪽 탐색 메뉴에서 'Google Wallet API'를 클릭합니다. Google 월렛 콘솔을 엽니다.
- '추가 기능' 버튼 탭
- '앱 권한'에서 상자에서 '+ 앱 추가'를 클릭하고 버튼을 클릭합니다.
- 앱의 패키지 이름과 SHA-1 디지털 지문을 입력합니다.
- '애플리케이션 추가'를 클릭합니다.
패키지 이름과 앱이 '앱 권한'에 표시되는 경우 앱이 승인되었다는 의미입니다.
Google Wallet Android SDK를 사용하여 Google Wallet API에 요청을 전송합니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-10-14(UTC)
[null,null,["최종 업데이트: 2024-10-14(UTC)"],[[["The Google Wallet API offers an Android SDK for native app integration of Google Wallet features."],["You need to obtain your app's SHA-1 fingerprint and package name for authorization."],["Authorize your Android app in the Google Wallet console by providing the package name and SHA-1 fingerprint."],["Successful authorization allows your app to send requests to the Google Wallet API using the Google Wallet Android SDK."]]],["The Google Wallet Android SDK requires app authorization using the app's package name and SHA-1 fingerprint. Retrieve the fingerprint via `keytool` or Gradle. Then, in the Google Pay & Wallet console, navigate to the 'Google Wallet API' section, and under 'App Permissions,' add your app details, including the package name and the obtained SHA-1 fingerprint. This process authorizes the app to use the Google Wallet API.\n"]]