---
title: subscribed
framework: storekit
role: symbol
role_heading: Type Property
path: storekit/product/subscriptioninfo/renewalstate/subscribed
---

# subscribed

The customer is currently subscribed.

## Declaration

```swift
static let subscribed: Product.SubscriptionInfo.RenewalState
```

## Discussion

Discussion An auto-renewable subscription in this state is entitled to service.

## See Also

### Getting the renewal state

- [expired](storekit/product/subscriptioninfo/renewalstate/expired.md)
- [inBillingRetryPeriod](storekit/product/subscriptioninfo/renewalstate/inbillingretryperiod.md)
- [inGracePeriod](storekit/product/subscriptioninfo/renewalstate/ingraceperiod.md)
- [revoked](storekit/product/subscriptioninfo/renewalstate/revoked.md)
