HIVE IAP can minimize the development costs of the market-specific purchase process and collect purchase logs consistently to provide information to business, development, and management departments. More...
#import <HIVEIAP.h>
Inherits NSObject.
Class Methods | |
(void) | + initialize: |
Initialize HIVE IAP HIVE IAP initialization will deliver a list of available market information in the result. More... | |
(void) | + getShopInfo:handler: |
Return information for the configuration of shops and products Stores can be exposed general shops, spot shops and event shops according to their sales strategy. More... | |
(void) | + purchase:additionalInfo:handler: |
Purchase Item Products ID are classified into two, one is 'marketPid' registered in Apple AppStore or Google PlayStore, the other is 'pid' registered in HIVE IAP back office. More... | |
(void) | + restoreReceipt: |
Restore HIVE IAP product which is not sent to user. More... | |
(void) | + checkPromotePurchase: |
iTunes에서 Promotional In-App-Purchase를 통한 앱구매 예약에 대한 통지 등록 More... | |
HIVE IAP can minimize the development costs of the market-specific purchase process and collect purchase logs consistently to provide information to business, development, and management departments.
* Currently, HIVE IAP supports Apple App Store, Google Play Store, One Store (https://www.tstore.co.kr) and HIVE Lobby (Lebi).
HIVE LIVE (Lebi) store is a system that can organize stores and purchase goods in Chinese market. It is operated by HIVE itself.
+ (void) checkPromotePurchase: | (HIVEIAPCheckPromotePurchaseHandler) | handler |
iTunes에서 Promotional In-App-Purchase를 통한 앱구매 예약에 대한 통지 등록
handler | API call result handler |