Skip to content
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

cannot find the purchase state of the order by Purchases.products: get method #195

Open
GoogleCodeExporter opened this issue Jan 13, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

I refer to this 
link(https://developers.google.com/android-publisher/api-ref/purchases/products/
get) to check the purchase and consumption status of an inapp item.  

The 
doc(https://developers.google.com/android-publisher/api-ref/purchases/products#r
esource) tell us purchaseState should be 0 or 1, but I only get status 0 and 
the error as below:
---------------------------------------
error: {
errors: [
{
domain: "global",
reason: "purchaseTokenNotFound",
message: "The purchase token was not found.",
locationType: "parameter",
location: "token"
}
],
code: 404,
message: "The purchase token was not found."
}
---------------------------------------
I tried to get help from stackoverflow and some developer forum, but nobody can 
tell us why the purchase token was not found.

I hope google developer can tell me the reason and improve documents.

I am looking forward to your reply!

Original issue reported on code.google.com by [email protected] on 22 Aug 2014 at 9:53

@GoogleCodeExporter
Copy link
Author

I am getting numeric values as purchase token. google please suggest

Original comment by [email protected] on 8 Sep 2014 at 10:30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant