问题
For testing purposes I am trying to revoke inapp subscription for Android app. I am using standard API call defined at https://developers.google.com/android-publisher/api-ref/purchases/subscriptions/revoke and it responds with no errors. However, after calling for get API I am getting response like:
{
"kind": "androidpublisher#subscriptionPurchase",
"startTimeMillis": "1418380314678",
"expiryTimeMillis": "1421058696393",
"autoRenewing": true
}
So, nothing changed and even subscription I am trying to revoke is still active when I am getting complete list of subscriptions. The strangest thing is the code I am running to revoke has worked two weeks ago. What I have missed with Android subscriptions?
来源:https://stackoverflow.com/questions/27656879/cannot-revoke-android-inapp-subscription