Will canceling my Google Play subscription end?

There is a similar question, but without an answer - HERE I am posting another one describing this question in more detail.

According to the documentation calling REVOKE via google play android api:

Refund and immediate cancellation of a subscription purchase. Access to the subscription will be terminated immediately and will no longer be repeated.

After calling REVOKE, the only change in the GET response is that the autoRenewing field returns false.

EDIT: it shows CANCELED (info in google play app updated after switching to another account and back) , but below question is still valid. Also, the Google Play app still shows a SUBSCRIBED subscription.

Does this mean that the documentation is inaccurate and a REVOKE call is equal to a CANCEL call , and then REFUND means that the subscription is kept until it expires?

The results obtained above were obtained from alpha testing - the so-called TEST PURCHASES

+3


source to share





All Articles