You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discovered by @John-Lluch in #30, RMStore does not provide a way for verificators to indicate that they couldn't complete the verification (e.g., due to connectivity problems).
Also, RMStoreTransactionReceiptVerificator is calling the failure block when the connection with Apple fails. This finishes the transaction but reports the payment or restoration as a failure, when it might not be.
The text was updated successfully, but these errors were encountered:
Verificators can now use the error code RMStoreErrorCodeUnableToCompleteVerification in the failureBlock to indicate that verification could not be completed and thus that the transaction must not be finished.
The error is then propagated to addPayment's failureBlock and to storePaymentTransactionFailed:, allowing you to notify the user accordingly.
As discovered by @John-Lluch in #30, RMStore does not provide a way for verificators to indicate that they couldn't complete the verification (e.g., due to connectivity problems).
Also, RMStoreTransactionReceiptVerificator is calling the failure block when the connection with Apple fails. This finishes the transaction but reports the payment or restoration as a failure, when it might not be.
The text was updated successfully, but these errors were encountered: