We are performing closed testing (sandbox mode) of subscriptions using a test app that implements the SDK to check which webhooks are fired.
The following types are not fired. What is the reason?
- UNCANCELLATION
I canceled a subscription contract that was within the expiration date from the store and repurchased it within the expiration date, but the webhook was not fired.
- SUBSCRIPTION_PAUSED
I paused a subscription contract that was within the expiration date from the store, but the webhook was not fired even when the specified suspension period was reached.
However, when the subscription was resumed after the specified period, a webhook of type RENEWAL was fired.
Also, the pause function is disabled in the Google Play Console, but the pause button appears in the closed test app. Is this because it is a closed test?