11. V21로 원스토어 인앱결제 업그레이드 하기
v19에서 v21로 업그레이드 하기
결제 라이브러리 변경하기
allprojects { repositories { ... mavenCentral() } }dependencies { def onestore_iap_version = "21.04.00" implementation "com.onestorecorp.sdk:sdk-iap:$onestore_iap_version" }
Json file 변경하기
Deprecated 항목 수정하기
- namedescription
- classmethod namedescription
v17에서 v21로 업그레이드 하기
결제 라이브러리 변경하기
Json file 종속성 추가
변경 사항 수정하기
Last updated

