You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 22 Aug 2014 at 9:53The text was updated successfully, but these errors were encountered: