Reputation: 1
I have integrated Superwall for handling subscriptions in my Flutter app. To purchase a subscription, I use the Superwall paywall and have connected Superwall to RevenueCat to retrieve active subscription details.
Expected Behavior
Problem
This works fine on Android, but on iOS, RevenueCat does not show the active subscription in the dashboard after a successful purchase via Superwall.
Even Purchases.getCustomerInfo() does not return any active subscription details.
Strangely, when I use a test account ([email protected]), which is submitted as a test account in iOS, it returns the active subscription data after a few minutes, but for any other account, it does not return any active subscription.
What I Have Tried
Questions
Setup Details
Upvotes: 0
Views: 28