You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The purchaseUpdatedListener returns an empty purchase object when a subscription change status from 'Account Hold' to "Active'. The purchaseUpdatedListener returns {"debugMessage": "", "extraMessage": "The purchases are null. This is a normal behavior if you have requested DEFERRED proration. If not please report an issue.", "responseCode": 0}.
Expected Behavior
The purchaseUpdatedListener should return a purchase object containing the purchase information of the subscription. The server to server notification from Android returns the subscription information and status as 'Active' and the notificationType: 1 which is SUBSCRIPTION_RECOVERED so the subscription has successfully been renewed.
Subscription renewal fails and subscription changes status to SUBSCRIPTION_IN_GRACE_PERIOD
Wait for subscription to fail renewal again and then subscription changes status to SUBSCRIPTION_ON_HOLD
Change test card in Play Store back to successful purchase
Subscription status returned is SUBSCRIPTION_STATE_ACTIVE
purchaseUpdatedListener returns {"debugMessage": "", "extraMessage": "The purchases are null. This is a normal behavior if you have requested DEFERRED proration. If not please report an issue.", "responseCode": 0}
The text was updated successfully, but these errors were encountered:
Description
The purchaseUpdatedListener returns an empty purchase object when a subscription change status from 'Account Hold' to "Active'. The purchaseUpdatedListener returns
{"debugMessage": "", "extraMessage": "The purchases are null. This is a normal behavior if you have requested DEFERRED proration. If not please report an issue.", "responseCode": 0}
.Expected Behavior
The purchaseUpdatedListener should return a purchase object containing the purchase information of the subscription. The server to server notification from Android returns the subscription information and status as 'Active' and the notificationType: 1 which is
SUBSCRIPTION_RECOVERED
so the subscription has successfully been renewed.Environment:
To Reproduce
Steps to reproduce the behavior:
SUBSCRIPTION_IN_GRACE_PERIOD
SUBSCRIPTION_ON_HOLD
SUBSCRIPTION_STATE_ACTIVE
{"debugMessage": "", "extraMessage": "The purchases are null. This is a normal behavior if you have requested DEFERRED proration. If not please report an issue.", "responseCode": 0}
The text was updated successfully, but these errors were encountered: