在生产中接收应用内购买的 SKErrorDomain
receiving SKErrorDomain for In App Purchase in production
我在应用商店发布了一款应用,具有订阅功能。我确信它工作正常,因为我看到付款已在生产环境中成功处理。很晚了,我在日志中看到以下错误,我无法确定这是什么错误。任何人都可以帮助我识别这个错误,是什么导致了这个以及如何解决这个问题。
Error Domain=SKErrorDomain Code=2 "(null)" UserInfo={NSUnderlyingError=0x282b7cfc0 {Error Domain=ASDErrorDomain Code=907 "Unhandled exception" UserInfo={NSUnderlyingError=0x282b7cb40 {Error Domain=AMSErrorDomain Code=6 "Payment Sheet Failed" UserInfo={NSLocalizedDescription=Payment Sheet Failed, NSLocalizedFailureReason=Payment sheet cancelled}}, NSLocalizedFailureReason=An unknown error occurred, NSLocalizedDescription=Unhandled exception}}}
谢谢,
SP
Here is the SKError with Code 2
明显的情况是,您的用户刚刚开始购买,后来在付款提示时取消了它,或者没有设置付款方式。
我在应用商店发布了一款应用,具有订阅功能。我确信它工作正常,因为我看到付款已在生产环境中成功处理。很晚了,我在日志中看到以下错误,我无法确定这是什么错误。任何人都可以帮助我识别这个错误,是什么导致了这个以及如何解决这个问题。
Error Domain=SKErrorDomain Code=2 "(null)" UserInfo={NSUnderlyingError=0x282b7cfc0 {Error Domain=ASDErrorDomain Code=907 "Unhandled exception" UserInfo={NSUnderlyingError=0x282b7cb40 {Error Domain=AMSErrorDomain Code=6 "Payment Sheet Failed" UserInfo={NSLocalizedDescription=Payment Sheet Failed, NSLocalizedFailureReason=Payment sheet cancelled}}, NSLocalizedFailureReason=An unknown error occurred, NSLocalizedDescription=Unhandled exception}}}
谢谢, SP
Here is the SKError with Code 2 明显的情况是,您的用户刚刚开始购买,后来在付款提示时取消了它,或者没有设置付款方式。