Wook No.1
Android In App Billing 인앱구현 본문
1. 라이브러리 설정
app/build.gradle
AndroidManifest.xml
BillingClient 초기화
Google Play 결제 연결
구입가능 상품 표시
상품구매
구매처리
구매확인
Google Play 결제 라이브러리 버전 2.0부터는 앱에서 모든 구매를 소비하거나 확인해야 합니다.
3일 이내에 구매를 소비하거나 확인하지 않으면 Google에서 자동으로 구매를 취소하고 사용자에게 환불합니다. 자세한 내용은 구매 확인을 참조하세요.
서버API
https://developers.google.com/android-publisher/api-ref/rest/v3/inappproducts
'Android' 카테고리의 다른 글
Webview iFrame 안에서 Pull To Refresh 이슈 대응 (0) | 2021.06.07 |
---|---|
인앱결제 (0) | 2021.05.24 |
Android In App Billing 인앱등록 (0) | 2021.05.24 |
[Android] Parcelable vs Serializable (0) | 2021.05.12 |
Android Activity (0) | 2021.05.12 |
Comments