Hello,
Platform: iOS (Swift).
Based on: https://www.revenuecat.com/blog/engineering/implement-apple-family-sharing and https://www.revenuecat.com/docs/apple-family-sharing
We’ve enabled Family Sharing:
- set up in App Store Connect ✅
- Initialize the SDK as early as possible in your app flow so that transactions in the queue are detected right away. ✅
On the sandbox we tested the following with correct result:
- Purchase a subscription.
- Let it expire naturally.
- Go to Settings > App Store > Sandbox Account > Manage Subscriptions > and subscribe again.
- This will generate a new transaction that shows up in the queue as soon as you re-open the app. Paywall disappeared as expected ✅
We also implemented Restore purchase. ✅
Yet on App Store family members who access the app see the paywall and restore purchase doesn’t help. ❌
We are looking for an advice about what we may be missing here?