1
This commit is contained in:
@@ -20,6 +20,13 @@ FOUNDATION_EXPORT NSNotificationName const KBIAPDidCompletePurchaseNotification;
|
||||
- (void)verifyReceipt:(NSString *)receipt
|
||||
completion:(void (^)(BOOL success, NSString * _Nullable message, NSInteger statusCode))completion;
|
||||
|
||||
/// 校验 StoreKit 2 交易的 JWS 签名串
|
||||
/// - Parameters:
|
||||
/// - payload: 交易 JWS 字符串
|
||||
/// - completion: 回调
|
||||
- (void)verifySignedPayload:(NSString *)payload
|
||||
completion:(void (^)(BOOL success, NSString * _Nullable message, NSInteger statusCode))completion;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
Reference in New Issue
Block a user