Hi all, I am trying to set up a new react native app and having trouble with this err:
[Error: There is an issue with your configuration. Check the underlying error for more details. There's a problem with your configuration. None of the products registered in the RevenueCat dashboard could be fetched from App Store Connect (or the StoreKit Configuration file if one is being used).
More information: https://rev.cat/why-are-offerings-empty]
I had this working just last week (paywall was showing up, products fetched properly etc.) but it suddenly stopped working. I have not changed anything in my revenuecat setup, I haven’t changed anything in my app store connect or revenue cat setup (I’ve checked revenuecat audit logs, nothing changed in last 3 weeks). The only potential issue was there was a new app developer agreement for free apps, so I signed and its been over 24 hrs since I’ve signed it but still seeing these issues.
I know this is an issue many others have faced, but I have gone through all the debugging steps, guides, etc. I have spent days trying to figure it out, but nothing works. Here is the checklist that I have done:
- Check App Store Connect Agreements
- ✓ As seen in the screenshot, I have completeed all agreements / banking info
- Ensure Apple Developer Membership Program is active
- ✓ Developer program is active
- Add App-Specific Shared Secret and In-App Purchase Key
- ✓ As seen in screenshots, I have set up shared secret and app purchase keys
- Verify Product Status
- ✓ As seen in screenshots, product is in “Ready for Review” state
- Product Identifier Match
- ✓ Imported the products via the UI, so no chance of identifier mismatch. Also double checked to verify
- Physical Device Testing
- ✓ I am using physical device with sandbox account, was previously working
- Bundle ID Validation
- ✓ Verified Bundle ID matches across RC + Appstore connect
- API Key Platform Check
- ✓ Verified I am using the iOS API Key
- StoreKit Configuration
- ✓ Not relevant since I am testing on physical device
- Recent App Release
- ✓ Not relevant since I have not released anything new yet
Any help would be appreciated. I have been stuck for so long and just want to get this in a working state. Thank you so much!