Hi everyone, I am new here. We’re using react-native-purchases for in-app purchases. Somehow, it was working fine till today on iOS and Android but things started to break on iOS ever since I have decided to delete subscription groups and items from App Store Connect. Basically, I deleted the previous subscription items (also the groups), then I created another group and put all new subscription item into that group. I didn’t touch the in-app purchases tho.
When I started testing IAPs (subscriptions and consumables) using sandbox account and with my TestFlight account as well, I have been getting the following error:
There was a problem with the App Store. Problem communicating with the Store when trying to validate the receipt.
However, everything is working fine on Android.
I have double checked my app store connect configuration and RC. Here’s my setup for RC (iOS):
- Created completely new project in RC
- Regenerated App Store Connect App-Specific Shared Secret
- Regenerated App Store Connect API key
- Created products and entitlements
Any idea why?