We recently upgraded `react-native-purchases` from `^7.4.0` to `^9.1.0`
in order to comply with the **latest Android billing policy changes**.
Since then, on **iOS 18 (EAS build, Expo Managed Workflow)**:
- In-app purchases succeed
- App Store receipts are received correctly
- BUT transactions **do not show up on the RevenueCat dashboard**
- Entitlements are **not unlocked**
⚠️ Android is working fine — purchases are tracked correctly and entitlements are unlocked as expected.
No changes were made to our RevenueCat dashboard configuration.
---
### Environment:
- "expo": "^51.0.0"
- "react-native": "0.74.5"
- "react-native-purchases": "^9.1.0"
- Build: EAS Build
- Expo Managed Workflow
- Platform: iOS 18
The issue started **immediately after upgrading the SDK** and deploying via EAS build on iOS 18.
We’d appreciate guidance on whether additional configuration is required for SDK v9 on iOS 18.
