Hello,
Some of the mobile developers on my team informed me that there has been a change in the way that promotional (rc_promo) subscriptions and entitlements are revoked. Previously, the revoke entitlement endpoint would remove the entitlement and the subscription that would appear in the get_customer API call. Now, it appears that the expiration date is modified, and the entitlement is no longer removed.
Is there currently a way to ensure the entitlement is fully purged as it was previously, or is this a permanent record that will stay associated with a customer indefinitely?
Additionally, is there a developer-focused newsletter or communication channel that I can subscribe to in order to stay informed about such changes before they occur?
'premium' => array ( 'expires_date' => '2224-05-08T14:40:11Z', 'grace_period_expires_date' => NULL, 'product_identifier' => 'rc_promo_premium_lifetime', 'purchase_date' => '2024-06-25T14:40:11Z', ), 'premium' => array ( 'expires_date' => '2024-06-25T14:40:33Z', 'grace_period_expires_date' => NULL, 'product_identifier' => 'rc_promo_premium_lifetime', 'purchase_date' => '2024-06-25T14:40:11Z', ),