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
1.恢复购买是什么情况下使用的? 网上说换了新手机后可以恢复旧手机的购买记录。可是我的疑问是只要有账号系统的APP,即使你换到安卓手机,购买记录也是跟着你账号的啊?
2.用户点击恢复购买按钮后,代码来到paymentQueue:updatedTransactions:方法里面的case SKPaymentTransactionStateRestored:里面,为什么在这里面还需要再次调用收据验证接口? 我觉得不需要再次验证的原因是,我第一次购买的时候已经调用过服务器验证接口了,为什么还需要再次验证呢?再次验证会不会导致后台再次发货?
paymentQueue:updatedTransactions:
case SKPaymentTransactionStateRestored:
The text was updated successfully, but these errors were encountered:
只走iap内购平台 没有账号系统 不做付费标识保存 删了重下就需要恢复购买
Sorry, something went wrong.
No branches or pull requests
1.恢复购买是什么情况下使用的?
网上说换了新手机后可以恢复旧手机的购买记录。可是我的疑问是只要有账号系统的APP,即使你换到安卓手机,购买记录也是跟着你账号的啊?
2.用户点击恢复购买按钮后,代码来到
paymentQueue:updatedTransactions:
方法里面的case SKPaymentTransactionStateRestored:
里面,为什么在这里面还需要再次调用收据验证接口?我觉得不需要再次验证的原因是,我第一次购买的时候已经调用过服务器验证接口了,为什么还需要再次验证呢?再次验证会不会导致后台再次发货?
The text was updated successfully, but these errors were encountered: