You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm also having this issue when sandbox testing for the receipt encryption update. Does anyone have a better workaround than just disabling the check for worldwideDeveloperCerificate?
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: