Android的订阅取消 - >如何通知以及如何测试? [英] Android Subscription cancellation -> How to be informed and how to test?

查看:107
本文介绍了Android的订阅取消 - >如何通知以及如何测试?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我创建了一个包月(包含7天试用版)在谷歌播放。

I've created a monthly subscription (7 days trial included) on Google Play.

我刚刚买了
它并通过 onPurchaseStateChange 回调的工作完美。但后来我取消了
在订阅购买。

I just bought it and the callback via onPurchaseStateChange worked perfect. But afterwards i cancelled the subscription purchase.

我还是(10小时后)得到的信息是,订阅购买不会取消。

I still (after 10 hours) get the info that the subscription is purchased not canceled.


  • 它会在试用期过后被取消吗?

  • 或者怎么会这个信息被转移?

  • ,我怎么能考取消的行为?

感谢提前反应。

问候,
约亨

推荐答案

是的,它是一种混乱。下面是解释了为什么它发生在文档

Yeah, it's kind of confusing. Here is the documentation that explains why it happens:

当用户取消订阅,谷歌播放不提供
  退还当前结算周期。相反,它允许用户
  有权访问取消订阅,直到当前的端
  计费周期,在该时间它终止订阅。对于
  例如,如果用户购买包月并取消它
  周期的第15天,谷歌播放会考虑认购
  有效,直到第30天结束时(或其他天,这取决于
  一个月)。

When the user cancels a subscription, Google Play does not offer a refund for the current billing cycle. Instead, it allows the user to have access to the cancelled 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).

所以,即使你取消订阅,它仍然有效,直到当前周期的结束。

So, even if you cancel the subscription, it's still valid until the end of the current cycle.

这篇关于Android的订阅取消 - >如何通知以及如何测试?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆