Hi all,
I’m integrating RevenueCat with my React Native (Expo) IOS app, but my paywall is not displaying any products/packages. Instead, I see “No available packages. Please check your RevenueCat dashboard.” Here’s what I’ve done so far:
- My app uses the correct bundle ID in Expo, App Store Connect, and RevenueCat.
- I have a default offering with packages (monthly/yearly) set up in RevenueCat.
- My annual and monthly package is linked to a product.
- My subscriptions in App Store Connect are in “Ready to Submit” (not yet approved).
- I’m using the latest
react-native-purchases
SDK and callingPurchases.getOfferings()
after Purchases is configured. - No errors are thrown, but
offerings.current
is always null or has an emptyavailablePackages
array.
Questions:
- Is the “Ready to Submit” state in App Store Connect the reason my products don’t appear in the paywall?
- Is there anything else I should check in RevenueCat or my app setup?
- How long does it usually take for new products to propagate after approval?
Any advice or troubleshooting steps would be appreciated!