Cannot revoke Android inapp subscription

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-12 15:25:39

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!