为什么在Restore In App购买时,我的应用程序崩溃

时间:2016-12-02 12:12:22

标签: ios objective-c in-app-purchase

当我按下Restore IAP时,我的应用程序崩溃了, 我使用测试帐户,问题是什么,也许你知道

恢复交易的方法:

- (void) restoreTransaction: (SKPaymentTransaction *)transaction
{   
    [[MKStoreManager sharedManager] provideContent: transaction.originalTransaction.payment.productIdentifier]; 
    [[SKPaymentQueue defaultQueue] finishTransaction: transaction]; 
}

enter image description here

0 个答案:

没有答案