-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
google status code 410 should be handled as end-of-subscription, instead of error. #153
Comments
Hello Thank you for reaching out. I will have a look at this! Cheers |
@jngbng Cheers! |
Hi, If 410 isn't to be treated as "end-of-subscription", perhaps small changes should still be made:
|
@voltrue2 |
I'm just encountering this issue as I've only recently started querying older receipts (expired subscriptions). Do we not receive any data for expired subscriptions from Google? It would be very helpful to query data for older receipts. Thoughts @voltrue2? |
It seems there’s no way to query for expired receipts with Google at the moment. I will go through the documentation again to make sure I haven’t missed anything. In the meantime, do you think it helps to have a way of mass-validating receipts for expired receipts? Something like iap.areExpired(receipts)?
…
On Aug 15, 2018 at 16:11, <Anshul Koka ***@***.***)> wrote:
I'm just encountering this issue as I've only recently started querying older receipts (expired subscriptions). Do we not receive any data for expired subscriptions from Google? It would be very helpful to query data for older receipts.
Thoughts @voltrue2 (https://github.com/voltrue2) ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub (#153 (comment)), or mute the thread (https://github.com/notifications/unsubscribe-auth/ACKY4esN_SDYdnWlteRCREZZhQQ5mgx_ks5uQ8mmgaJpZM4R8B4l).
|
I verified the docs and you're right @voltrue2. I implemented a very hack way to retrieve expiration dates of old receipts. It's a bummer that Google won't provide us data on old receipts. Regarding mass validation, my particular use case doesn't quite require it. Does Google expose an API to do this or are you considering a wrapper function? A wrapper function won't bring much value IMO as most developers should be able to accomplish this themselves. |
Please refer to
https://stackoverflow.com/questions/45688494/google-android-publisher-api-responds-with-410-purchasetokennolongervalid-erro
The text was updated successfully, but these errors were encountered: