问题
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