---
title: signedDate
framework: storekit
role: symbol
role_heading: Instance Property
path: storekit/transaction/signeddate
---

# signedDate

The date that the App Store signed the JWS transaction.

## Declaration

```swift
let signedDate: Date
```

## 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

### Verifying transactions

- [deviceVerification](storekit/transaction/deviceverification.md)
- [deviceVerificationNonce](storekit/transaction/deviceverificationnonce.md)
