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?
Solved
How to check if an iOS user has received a refund through Apple
+2
Best answer by Haley Pace
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.