XYIAPKit
XYIAPKit copied to clipboard
为啥你的addPayment:success没有成功回调呢?
[[XYStore defaultStore] addPayment:productId success:^(SKPaymentTransaction *transaction) {
} failure:^(SKPaymentTransaction *transaction, NSError *error) {
}];
购买流程很顺利,可以购买,断点也能进入你的代码里每个方法,但是为啥就是调用的地方success不回调呢?
[[XYStore defaultStore] addPayment:productId success:^(SKPaymentTransaction *transaction) {
} failure:^(SKPaymentTransaction *transaction, NSError *error) { }];购买流程很顺利,可以购买,断点也能进入你的代码里每个方法,但是为啥就是调用的地方success不回调呢?