Hi,
I am trying to figure out the following statement in Apple documentation:
If a subscription expires due to a cancellation or billing issue, the days of paid service stop accumulating. If the subscription is renewed within 60 days, the days of paid service resume from the recovery date.
-
Let's say the user received a Refund and after 10 days subscribes to the same auto-renewable product, will the days of paid service stop accumulating?
-
After receiving a
DID_CHANGE_RENEWAL_STATUS
notification withauto_renew_status = 0
and the expiry date is exceeded (means that the subscription is churned) and then after 10 days the user subscribes to the same auto-renewable product, will the days of paid service stop accumulating?
If for those cases the days of paid service continue accumulating, will it be also applied for subscribing to another product from the same subscription group?
Thanks!!!