Hey, I'm using RevenueCat in my React Native app. When I attempt to purchase a subscription, the subscription sheet opens successfully, but after clicking "Subscribe," the process fails and returns an error.
My product is already approved by the App Store, and I’ve tested it both in Sandbox and through TestFlight, but I’m still encountering the same issue.
ERROR:
ERROR [RevenueCat] 💰 Product purchase for 'com.monthly_7D' failed with error: PurchasesError(error: There was a problem with the App Store., userInfo: ["source_file": "RevenueCat/StoreKitError+Extensions.swift:43", "readable_error_code": "STORE_PROBLEM", "NSLocalizedDescription": "There was a problem with the App Store.", "source_function": "asPurchasesError", "NSUnderlyingError": StoreKit.StoreKitError.unknown])


