This commit is contained in:
2025-12-15 18:56:29 +08:00
parent 05b9a0b823
commit 1436464eca

View File

@@ -30,7 +30,11 @@ NSString * const KBIAPDidCompletePurchaseNotification = @"KBIAPDidCompletePurcha
complete:(FGIAPVerifyTransactionPushCallBack)handler { complete:(FGIAPVerifyTransactionPushCallBack)handler {
if (![self checkLogin]) { return; } if (![self checkLogin]) { return; }
NSLog(@"receipt = %@", receipt); KBLOG(@"receipt = %@", receipt);
KBLOG(@"transactionId = %@, originalId = %@", transaction.transactionIdentifier,transaction.originalTransaction.transactionIdentifier);
NSInteger type = 0; NSInteger type = 0;
#if DEBUG #if DEBUG