My app is currently in review (review completed).
I'm using the Get Transaction info API with a sandbox purchase transaction ID. "x": "Invalid response: Client error: GET https://api.storekit-sandbox.itunes.apple.com/inApps/v1/transactions/2000000632750685
resulted in a 401 Unauthorized
response",
However, when using the production url
"Invalid response: Client error: GET https://api.storekit.itunes.apple.com/inApps/v1/transactions/2000000632750685
resulted in a 404 Not Found
response:\n{"errorCode":4040010,"errorMessage":"Transaction id not found."}\n",
Should I generate my JWT differently for sandbox vs production? If not, what else could cause this issue?
Is there any missing congigration?