How to detect automatically when InAppPurchase subscription expire or is cancelled by user ?
My app show some feature on the home page and I want to display them only for subscribed users.
If the user cancel the subscription in an other device how to detect that ?
Firebase claims seems to not be automatically updated...
I’m using flutter.
Solved
How to detect automatically when InAppPurchase subscription expire or is cancelled by user ?
Best answer by Ryan Glanz
You should check the user’s subscription status according to this doc: https://www.revenuecat.com/docs/customers/customer-info
Otherwise, I’d just point out that a user should still have access after a cancellation until the end of the billing cycle, at which point we’ll send an expiration event and revoke the user’s entitlement if they didn’t resubscribe.
This post has been closed for comments
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.