Skip to main content

After looking at some posts, I saw that for iOS, if a user gets a refund through Apple, it is automatically detected. Does this mean that the entitlement is automatically removed? In the case of Flutter, can we directly check it using customerInfo.entitlements.all['pro']?.isActive?

Hi, yes you are correct! Refunds are automatically detected, and when we do detect it, we mark the subscription as expired and will remove the entitlement.


Reply