bizz84/SwiftyStoreKit

Verify Receipt fails for Apple Reviewer and keeps on rejecting app (Error: SwiftyStoreKit.ReceiptError error 2).

开放

#545 创建于 2020年6月15日

 (28 条评论) (7 个反应) (0 位负责人)Swift (792 个派生)batch import
area: purchase flowsdifficulty: advancedhelp wantedstatus: needs analysistype: bug

仓库指标

星标
 (6,419 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Bug Report

After successful purchase, Verify Receipt Works for us, but not for Apple reviewer. They are getting below error and keeps on rejecting app. (SwiftyStoreKit.ReceiptError error 2).

To Reproduce

SwiftyStoreKit.verifyReceipt(using: appleValidator) { result in
                    if case .success(let receipt) = result {
                        ...
                        
                    } else if case .error(let error) = result {
                        // Always comes here and shows error
                    }

Expected behavior Should come in success block and proceed further. Purchase is successful, verify receipt is failing.

Platform Information

  • OS: iOS 13.5.1
  • Purchase Type: auto-renewable subscription
  • Environment: Sandbox and app review
  • SwiftyStoreKit version: 0.13.3

Screenshots image

贡献者指南