Environment (production/development)
Occurs in: Dev
Describe the bug
When uploading a receipt, even after the iOS application has just refreshed the receipt, a different receipt is returned from the /subscription/apple/ endpoint and the two hash values between the client and api do not match.
To Reproduce
Steps to reproduce the behavior:
Request a receipt refresh from apple in the iOS client (happens automatically on load)
In requestDidFinish for the SKReceiptRefreshRequest, upload the receipt to the Know Me API to guarantee the latest version of the receipt has been uploaded.
Compare hash values for the API and the SKReceiptRefreshRequest.
Expected behavior
Has values should be the same, but receipt and hash values do not match
Environment (production/development) Occurs in: Dev
Describe the bug When uploading a receipt, even after the iOS application has just refreshed the receipt, a different receipt is returned from the /subscription/apple/ endpoint and the two hash values between the client and api do not match.
To Reproduce Steps to reproduce the behavior:
Expected behavior Has values should be the same, but receipt and hash values do not match