1
This commit is contained in:
@@ -30,8 +30,12 @@ NSString * const KBIAPDidCompletePurchaseNotification = @"KBIAPDidCompletePurcha
|
||||
complete:(FGIAPVerifyTransactionPushCallBack)handler {
|
||||
if (![self checkLogin]) { return; }
|
||||
|
||||
NSLog(@"receipt = %@", receipt);
|
||||
KBLOG(@"receipt = %@", receipt);
|
||||
KBLOG(@"transactionId = %@, originalId = %@", transaction.transactionIdentifier,transaction.originalTransaction.transactionIdentifier);
|
||||
|
||||
|
||||
|
||||
|
||||
NSInteger type = 0;
|
||||
#if DEBUG
|
||||
type = 0;
|
||||
|
||||
Reference in New Issue
Block a user