Question

Error after successful payment

  • 5 December 2023
  • 2 replies
  • 32 views

Badge +1

```ERROR: đź’° Product purchase for 'lifetime_999' failed with error: Error Domain=RevenueCat.ErrorCode Code=2 "There was a problem with the App Store." UserInfo={NSLocalizedDescription=There was a problem with the App Store., readable_error_code=STORE_PROBLEM, NSUnderlyingError=0x282914e40 {Error Domain=SKErrorDomain Code=0 "An unknown error occurred" UserInfo={NSLocalizedDescription=An unknown error occurred, NSUnderlyingError=0x282915b90 {Error Domain=ASDErrorDomain Code=500 "(null)" UserInfo={NSUnderlyingError=0x28294e2e0 {Error Domain=AMSErrorDomain Code=8 "Account Modifications Disabled" UserInfo=0x28328b240 (not displayed)}}}}}, source_function=asPurchasesError, source_file=RevenueCat/SKError+Extensions.swift:64}```

 

this is error code while payment

 

Anyone knows about it? 


2 replies

Badge +1

We are seeing this as well, unfortunately. Current versions of the RevCat SDK, on the Xcode Simulator for both 16.x and 17.x iOS runtimes. 

2024-01-09 15:43:18.281431+0200 Sexcellent Dev[50923:16982400] [purchases] ERROR: đź’° Product purchase for 'com.whforward.sexcellent.dev.gold_40_1y_1w0' failed with error: Error Domain=RevenueCat.ErrorCode Code=2 "There was a problem with the App Store." UserInfo={NSLocalizedDescription=There was a problem with the App Store., NSUnderlyingError=0x600003c6c360 {Error Domain=SKErrorDomain Code=0 "An unknown error occurred" UserInfo={NSLocalizedDescription=An unknown error occurred, NSUnderlyingError=0x600003c70780 {Error Domain=ASDErrorDomain Code=500 "(null)" UserInfo={NSUnderlyingError=0x600003e52cd0 {Error Domain=AMSErrorDomain Code=100 "Authentication Failed" UserInfo=0x6000027eb040 (not displayed)}}}}}, source_file=RevenueCat/SKError+Extensions.swift:64, readable_error_code=STORE_PROBLEM, source_function=asPurchasesError}

 

Badge +4

We start to see this a lot now as well without upgrading revenuecat. All users were on iOS 17.

The error occurs when calling purchase. The native Apple dialog is not shown and the purchase fails after a few seconds. 
The issue does not always occur but occurs quite a lot. 

 

@Phil Gorrindo @courtshiptomarriageapp Did you find a solution?

Reply