Google play store is giving extra credits to user? [closed]

断了今生、忘了曾经 提交于 2019-12-10 15:59:06

问题


We are using server side validation for validating in-app subscription in play store. Google returned such a response for one of the requests -
{ kind: "androidpublisher#subscriptionPurchase",
initiationTimestampMsec: "1363062617125",
validUntilTimestampMsec: "1365762617125",
autoRenewing: true
}

Its a monthly subscription and if you convert the timestamps, validUntilTimestampMsec is 6 hours more than a month, any idea why?

来源:https://stackoverflow.com/questions/15354249/google-play-store-is-giving-extra-credits-to-user

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