We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I should be able to perform receipt validation during StoreKit Testing https://developer.apple.com/documentation/xcode/setting-up-storekit-testing-in-xcode
It failed during the checkChainOfTrust() call because worldwideDeveloperCertificateData is nil. arr.count is 1.
checkChainOfTrust()
worldwideDeveloperCertificateData
nil
arr.count
Disable checkChainOfTrust() probably
Improve checkChainOfTrust() logic to work during StoreKit Testing
receipt.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
I should be able to perform receipt validation during StoreKit Testing https://developer.apple.com/documentation/xcode/setting-up-storekit-testing-in-xcode
Current Behavior
It failed during the
checkChainOfTrust()
call becauseworldwideDeveloperCertificateData
isnil
.arr.count
is 1.Possible Solution
Disable
checkChainOfTrust()
probablyAlternatives Considered
Improve
checkChainOfTrust()
logic to work during StoreKit TestingAdditional Context
receipt.zip
The text was updated successfully, but these errors were encountered: