XYIAPKit icon indicating copy to clipboard operation
XYIAPKit copied to clipboard

为啥你的addPayment:success没有成功回调呢?

Open liuzhao opened this issue 5 years ago • 1 comments

[[XYStore defaultStore] addPayment:productId success:^(SKPaymentTransaction *transaction) {

} failure:^(SKPaymentTransaction *transaction, NSError *error) {

}];

购买流程很顺利,可以购买,断点也能进入你的代码里每个方法,但是为啥就是调用的地方success不回调呢?

liuzhao avatar Jun 05 '20 08:06 liuzhao

[[XYStore defaultStore] addPayment:productId success:^(SKPaymentTransaction *transaction) {

} failure:^(SKPaymentTransaction *transaction, NSError *error) {

}];

购买流程很顺利,可以购买,断点也能进入你的代码里每个方法,但是为啥就是调用的地方success不回调呢?

550372936 avatar Mar 03 '21 02:03 550372936