Google Play Developer API: “startTimeMillis” is updated when it should not

倾然丶 夕夏残阳落幕 提交于 2019-12-01 03:48:33

Had similar issue and found that:

  1. When user cancels the subscription, startTimeMillis won't be changed, only autoRenewing changed to false

  2. If the user subscribes again after the cancelation, google will send you a new subscription token, but when querying with the previous token, the response would be changed to the same as the new token, i.e. startTimeMillis would be changed

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