---
title: signedDate
framework: storekit
role: symbol
role_heading: Instance Property
path: storekit/verificationresult/signeddate-3tvo5
---

# signedDate

The date that the App Store signed the JWS subscription renewal information.

## 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 subscription renewal information

- [jwsRepresentation](storekit/verificationresult/jwsrepresentation-178oj.md)
- [deviceVerification](storekit/verificationresult/deviceverification-5hvi9.md)
- [deviceVerificationNonce](storekit/verificationresult/deviceverificationnonce-6mzfc.md)
- [headerData](storekit/verificationresult/headerdata-3be0o.md)
- [payloadData](storekit/verificationresult/payloaddata-abfv.md)
- [signedData](storekit/verificationresult/signeddata-1t80n.md)
- [signatureData](storekit/verificationresult/signaturedata-9uw8c.md)
- [signature](storekit/verificationresult/signature-95r7x.md)
