简体   繁体   English

Android订阅取消

[英]Android Subscription Cancellation

I have a in app purchase that allows user to subscribe to annual service. 我有一个应用程序内购买功能,允许用户订阅年度服务。

In case of cancellations & refund via Merchant Center it seems that the user will still have access to the product for this billing cycle (whole year). 如果通过Merchant Center取消并退款,则用户似乎仍可以在此结算周期(整个年度)内使用该产品。

How do I fully revoke & cancel a subscription in the current billing cycle? 如何在当前结算周期中完全撤销和取消订阅?

Thanks. 谢谢。

In case of cancellation there is no refund to the user. 在取消的情况下,不会退还给用户。 When a user cancels subscription it means that when the current subscription expires there will be no auto-renew (purchase). 当用户取消订阅时,这意味着当当前订阅到期时,将不会自动续订(购买)。

Quote from docs: 来自文档的报价:

When the user cancels a subscription, Google Play does not offer a refund for the current billing cycle. 当用户取消订阅时,Google Play不会在当前结算周期提供退款。 Instead, it allows the user to have access to the canceled subscription until the end of the current billing cycle, at which time it terminates the subscription. 取而代之的是,它允许用户访问已取消的订阅,直到当前账单周期结束为止,此时它终止订阅。 For example, if a user purchases a monthly subscription and cancels it on the 15th day of the cycle, Google Play will consider the subscription valid until the end of the 30th day (or other day, depending on the month). 例如,如果用户购买了每月订阅并在周期的第15天取消订阅,则Google Play会认为该订阅有效期至第30天(或取决于日期月份)结束。

https://developer.android.com/google/play/billing/billing_subscriptions.html#cancellation https://developer.android.com/google/play/billing/billing_subscriptions.html#cancellation

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM