Based on the TRANSFER
flow here, we know that a TRANSFER
event is triggered when user1 signs in, makes a purchase, signs out, then user2 signs in and restores purchases. Will EXPIRATION
and RENEWAL
events also be triggered for the respective users to indicate that user1 no longer has entitlements and user2 has entitlements?
We have been relying on the INITIAL_PURCHASE
and RENEWAL
events to determine when a user has started or is continuing a subscription. Likewise, we use the EXPIRATION
and SUBSCRIPTION_PAUSED
events to determine when a user has stopped a subscription.
However, we’re not sure if there are additional events that are triggered after a TRANSFER.