Solved

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

  • 9 April 2023
  • 1 reply
  • 116 views

Badge +2
  • New Member
  • 0 replies

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?

icon

Best answer by Haley Pace 13 April 2023, 22:40

View original

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