| | |
| | | */ |
| | | +(WAAPIapSingleton *)shareInstance; |
| | | |
| | | /** |
| | | * 获取商品列表 |
| | | */ |
| | | +(void)queryInventory:(id<WAInventoryDelegate>)delegate; |
| | | ///** |
| | | // * 获取商品列表 |
| | | // */ |
| | | //+(void)queryInventory:(id<WAInventoryDelegate>)delegate; |
| | | |
| | | /** |
| | | * 单个商品购买 |
| | |
| | | */ |
| | | +(void)payWithProductId:(NSString *)productId extInfo:(NSString *)extInfo delegate:(id<WAPaymentDelegate>)delegate; |
| | | |
| | | +(void)fetchProductInformations:(NSDictionary *)waProducts; |
| | | +(void)fetchProductInformations:(NSDictionary *)waProducts inventoryDelegate:(id<WAInventoryDelegate>)delegate; |
| | | |
| | | +(SKProduct*)getCurrentProduct; |
| | | |