purchase Subscription Update
fun purchaseSubscriptionUpdate(marketPid: String, oldMarketPid: String?, iapPayload: String?, listener: IAPV4.IAPV4PurchaseListener)
App Store, Google Store 등 에 등록된 마켓 상품(marketPid)의 구매를 요청 한다.
Request purchase of market product (marketPid) registered in App Store, Google Store, etc.
korean
iapPayload 의 경우 구매 요청에 대한 보충 정보로 구매 후 영수증 검증에서 확인할 수 있다.프로모 코드 구매 처럼 앱 외부에서 구매 등의 경우에는 포함될 수 없게 된다. 구독형 상품을 업그레이드하거나 다운그레이드를 수행하는 경우 기존에 구독 중인 상품의 고유코드 oldMarketPid를 필수로 넣어야 한다.
english
iapPayload is supplementary information for the purchase request, and it can be checked in Receipt Verification after purchase,but, in case of purchasing outside of the app, such as a promo code purchase etc., it can not be included in verification result. When upgrading or downgrading a subscription-type product, the unique code oldMarketPid of the existing subscription product must be entered.
Since
4.11.6
Parameters
market Pid
Unique code registered on the App Store or Google Store.
old Market Pid
Unique code of existing subscription product
iap Payload
A string containing supplementary information about the purchase request, specified by the developer.
listener
Result of API call