Skip to main content
Solved

How to check if an iOS user has received a refund through Apple

  • 9 April 2023
  • 1 reply
  • 175 views

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?

1 reply

Userlevel 4
Badge +8

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