出于测试目的,我正在尝试撤销Android应用的inapp订阅。我正在使用https://developers.google.com/android-publisher/api-ref/purchases/subscriptions/revoke定义的标准API调用,它没有错误地响应。但是,在调用get API之后,我得到了响应:
{
"kind": "androidpublisher#subscriptionPurchase",
"startTimeMillis": "1418380314678",
"expiryTimeMillis": "1421058696393",
"autoRenewing": true
}
因此,当我获得完整的订阅列表时,没有任何改变,甚至我试图撤销的订阅仍然有效。 最奇怪的是两周前我要撤销的代码已经运行了。 Android订阅错过了什么?