Google Wallet API는 네이티브 코드를 사용하여 Android 앱에 직접 Google 월렛 기능을 쉽게 통합할 수 있도록 Android SDK를 제공합니다.
Google 월렛 Android SDK를 사용하려면 Android 앱의 패키지 이름과 앱 서명 인증서의 SHA-1 디지털 지문을 제공해야 합니다. 이러한 사용자 인증 정보는 앱의 게시 액세스를 승인하고 앱에서 Google Wallet API로 보낸 요청을 인증하는 데 사용됩니다.
1. 서명 인증서의 SHA-1 디지털 지문 가져오기
서명 인증서의 SHA-1 디지털 지문을 가져오려면 Google Play 서비스 문서의 안내에 따라 다음 중 하나를 사용하여 서명 인증서를 검색합니다.
[[["이해하기 쉬움","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"]],["최종 업데이트: 2024-08-13(UTC)"],[[["The Google Wallet API offers an Android SDK for native app integration of Google Wallet features."],["You need your app's package name and SHA-1 fingerprint for authorization and authentication."],["Authorize your app by providing these credentials in the Google Wallet console under 'Additional features' \u003e 'App Permissions'."]]],[]]