From 07b050f6654a7c5f7a07887a8b8746f3adf85235 Mon Sep 17 00:00:00 2001 From: lpw Date: Fri, 28 Jun 2024 15:50:27 +0800 Subject: [PATCH] 提交4.1.0 --- frameworks/WASdkIntf.framework/Headers/WAIPay.h | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/frameworks/WASdkIntf.framework/Headers/WAIPay.h b/frameworks/WASdkIntf.framework/Headers/WAIPay.h index bc82538..f8275fe 100644 --- a/frameworks/WASdkIntf.framework/Headers/WAIPay.h +++ b/frameworks/WASdkIntf.framework/Headers/WAIPay.h @@ -14,9 +14,15 @@ -(void)init4Iap; -(void)queryInventory:(id<WAInventoryDelegate>)delegate; -(void)payWithProductId:(NSString *)productId extInfo:(NSString *)extInfo delegate:(id<WAPaymentDelegate>)delegate; +-(void)queryChannelProduct:(NSString *)channel + callBackBlock:(void(^)(NSArray *channelProductsArray,NSError *error))callBackBlock; -(BOOL)isPayServiceAvailable; --(void)fetchProductInformations:(NSDictionary *)waProductIds; +-(void)fetchProductInformations:(NSDictionary *)waProductIds inventoryDelegate:(id<WAInventoryDelegate>)delegate; +- (void)checkFinishTransactions; -(SKProduct*)getCurrentProduct; -(NSData*)getCurrentReceipt; -(float)getReorderLimitTime; +-(void)payLog:(NSString *)logInfo; +-(void)startRunAppleTransactionObserve; +-(void)removeAppleTransactionObserve; @end -- Gitblit v1.8.0