Google subscription confirmation returns error code 400 Invalid

Our application has a subscription option with various levels.

We check subscription tokens using the Google Purchases.subscriptions.get method:

GET https://www.googleapis.com/androidpublisher/v2/applications/packageName/purchases/subscriptions/subscriptionId/tokens/token

When checking some subscription tokens, we continue to receive the following error:

{"error"=>{"errors"=>[{"domain"=>"global", "reason"=>"invalid", "message"=>"Invalid Value"}], "code"=>400, "message"=>"Invalid Value"}, "status"=>400}

Although many subscriptions are in order, we still experience a large volume of responses to the "Invalid value" check.

At first we suspected that this might be due to the use of applications such as Lucky Patcher , as indicated here: enter a description of the link here , but it seems cumbersome to be so common.

Please advice!

+4

All Articles