Contents

VerificationResult.unverified(_:_:)

The associated value failed StoreKit automatic verification checks.

Declaration

case unverified(SignedType, VerificationResult<SignedType>.VerificationError)

Discussion

The first associated value in this case is the App Store-signed value. The second associated value provides the reason why the verification failed.

See Also

Getting the verification results