Hi,
My app is currently in review (wasn't approved yet).
I'm using the Get Transaction History API with a sandbox user transaction ID. I successfully get results when using the sandbox url (https://api.storekit-sandbox.itunes.apple.com/inApps/v1/history/%7BoriginalTransactionId%7D)
However, when using the production url (https://api.storekit.itunes.apple.com/inApps/v1/history/%7BoriginalTransactionId%7D) - I'm consistently getting 401 - unauthorized, which according to the doc means something is wrong with my JWT.
Should I generate my JWT differently for sandbox vs production? If not, what else could cause this issue?
Thanks,