1
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user