We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[[XYStore defaultStore] addPayment:productId success:^(SKPaymentTransaction *transaction) {
} failure:^(SKPaymentTransaction *transaction, NSError *error) { }];
购买流程很顺利,可以购买,断点也能进入你的代码里每个方法,但是为啥就是调用的地方success不回调呢?
The text was updated successfully, but these errors were encountered:
[[XYStore defaultStore] addPayment:productId success:^(SKPaymentTransaction *transaction) { } failure:^(SKPaymentTransaction *transaction, NSError *error) { }]; 购买流程很顺利,可以购买,断点也能进入你的代码里每个方法,但是为啥就是调用的地方success不回调呢?
Sorry, something went wrong.
No branches or pull requests
[[XYStore defaultStore] addPayment:productId
success:^(SKPaymentTransaction *transaction)
{
购买流程很顺利,可以购买,断点也能进入你的代码里每个方法,但是为啥就是调用的地方success不回调呢?
The text was updated successfully, but these errors were encountered: