[SDK guide] Added DMM billing support status to IAP v4, along with other updates¶
We are updating the Hive SDK IAP v4 guide. Apps run through DMM GAME PLAYER on Windows use DMM Points for payment. In this update, we added DMM billing support status to the supported features table and organized the related descriptions.
Key updates¶
- IAP v4
- Added the
DMMstore to the Windows section of the IAP v4 supported features table - The
DMMstore supports single purchase, multiple purchases, purchase recovery, and payloads - The
DMMstore does not support cancellation/refund history, repurchase by refunded users, subscriptions, or auto-renewal subscriptions
- Added the
- IAP v4 initialization
- Changed the
DMMdescription in Store information from "DMM Store" to "DMM billing" - Removed the reference to Prerequisites for DMM billing from the
DMMdescription
- Changed the
- DMM Point balance inquiry
- Updated the
IAPV4.getBalanceInfodescription: it is available only for DMM billing in the PC Windows environment, and calling it on another store returnsNOT_SUPPORTED
- Updated the
- Product purchase
- Removed the reference to Prerequisites for DMM billing from the DMM billing guidance