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?
Page 1 / 1
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.