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

后端 未结 1 1507
一生所求
一生所求 2021-01-12 03:54

I am developing an application with in-app subscriptions. On our servers, I check the validity of each subscription through the Google Play Developer API.

As stated

1条回答
  •  囚心锁ツ
    2021-01-12 04:12

    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

    0 讨论(0)
提交回复
热议问题