---
title: renewalDate
framework: storekit
role: symbol
role_heading: Instance Property
path: storekit/product/subscriptioninfo/renewalinfo/renewaldate
---

# renewalDate

The UNIX time, in milliseconds, that the most recent auto-renewable subscription purchase expires.

## Declaration

```swift
@backDeployed(before: iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, macCatalyst 17.0)
var renewalDate: Date? { get }
```

## Discussion

Discussion The renewalDate is a value that’s always present for auto-renewable subscriptions, even for expired subscriptions. This date indicates the expiration date of the most recent auto-renewable subscription purchase, including renewals, and may be in the past. For subscriptions that renew successfully, the renewalDate is the date when the subscription renews.

## See Also

### Getting subscription dates

- [recentSubscriptionStartDate](storekit/product/subscriptioninfo/renewalinfo/recentsubscriptionstartdate.md)
