Skip to main content

Hi!
We see that on iOS 18.4 was increased error rate. This problem is on StoreKit 2 and StoreKit 1.

Description of the error on iOS 18.4 is “The operation couldn’t be completed. (StoreKit.InvalidRequestError error 1.)” I found this error in new API: https://developer.apple.com/documentation/storekit/invalidrequesterror

Do you have the same problem? How you handle it or maybe you added any fix?

Thank you!

Had the same issue on Flutter iOS 18.4.0

flutter_error_exception PlatformException(0, Unknown error., {userCancelled: false, readableErrorCode: UNKNOWN, readable_error_code: UNKNOWN, code: 0, storeError: {domain: StoreKit.InvalidRequestError, message: The operation couldn’t be completed. (StoreKit.InvalidRequestError error 1.), code: 1}, message: Unknown error., underlyingErrorMessage: The operation couldn’t be completed. (StoreKit.InvalidRequestError error 1.)}, null)
flutter_error_reason thrown PlatformException(0, Unknown error., {userCancelled: false, readableErrorCode: UNKNOWN, readable_error_code: UNKNOWN, code: 0, storeError: {domain: StoreKit.InvalidRequestError, message: The operation couldn’t be completed. (StoreKit.InvalidRequestError error 1.), code: 1}, message: Unknown error., underlyingErrorMessage: The operation couldn’t be completed. (StoreKit.InvalidRequestError error 1.)}, null). Error thrown RevenueCat error in purchase operation.

Reply