Keep receiving error "subscriptionNotOwnedByUser" from Google's when acknowledging a subscription upgrade/downgrade using Google's developer API for server-side subscription verification.
The purchase token was extracted directly from the notification received from Google's real-time developer notification. Tried searching this error but no luck.
Thanks for any help.
Error message:
{
"error": {
"errors": [
{
"domain": "androidpublisher",
"reason": "subscriptionNotOwnedByUser",
"message": "The subscription purchase not is owned by the user.",
}
],
"code": 400,
"message": "The subscription purchase not is owned by the user."
}
}