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 liuxin...@nibirutech.com on 22 Aug 2014 at 9:53
Original issue reported on code.google.com by
liuxin...@nibirutech.com
on 22 Aug 2014 at 9:53