---
title: signedDate
framework: storekit
role: symbol
role_heading: Instance Property
path: storekit/verificationresult/signeddate-8x9bg
---

# signedDate

The date that the App Store signed the JWS transaction.

## Declaration

```swift
var signedDate: Date { get }
```

## Discussion

Discussion Use the signedDate to verify whether the certificate used to sign the transaction was valid when the App Store signed the transaction.

## See Also

### Getting properties for transactions

- [jwsRepresentation](storekit/verificationresult/jwsrepresentation-21vgo.md)
- [deviceVerification](storekit/verificationresult/deviceverification-69lvx.md)
- [deviceVerificationNonce](storekit/verificationresult/deviceverificationnonce-9dfrn.md)
- [headerData](storekit/verificationresult/headerdata-9egfp.md)
- [payloadData](storekit/verificationresult/payloaddata-uyle.md)
- [signedData](storekit/verificationresult/signeddata-56usp.md)
- [signatureData](storekit/verificationresult/signaturedata-4pyv8.md)
- [signature](storekit/verificationresult/signature-7t1ne.md)
