Post

Replies

Boosts

Views

Activity

Reply to why our server received DID_CHANGE_RENEWAL_STATUS notification long time after use's grace period expired?
So there are two kind of reason in this case: the user turning off auto renewal, indicating they don't want their payment method to be charged while the billing retry period is active system disabling auto-renewal at the end of the billing retry period And how can I recognized which one? Focus on the expiration_intent field, right?
Apr ’23
Reply to INTERACTIVE_RENEWAL notification is sent while user resubscribed to another SKU
I feel like this notification(INTERACTIVE_RENEWAL) just tell us there are a new subscription is now active(is from non-active to active or from an active to another active). there are 2 situation: user coming back while an subscription expired user upgrade to another sku how can i seperate these 2 situation? I think i could check the previous receipt, while it's is_upgraded is true, indicate that it is from an active subscription upgrade to another. If is false, then should be reactivation
May ’23