---
title: status
framework: storekit
role: symbol
role_heading: Instance Property
path: storekit/product/subscriptioninfo/status-swift.property
---

# status

An array that contains status information for a subscription group, including renewal and transaction information.

## Declaration

```swift
var status: [Product.SubscriptionInfo.Status] { get async throws }
```

## Discussion

Discussion This array is empty if the customer was never subscribed to a product in this subscription group. The array can have more than one subscription status if your subscription supports Family Sharing. Provide the customer with service for the subscription based on the highest level of service where the state is subscribed.

## See Also

### Determining the subscription status

- [status(for:)](storekit/product/subscriptioninfo/status(for:).md)
- [status(transactionID:)](storekit/product/subscriptioninfo/status(transactionid:).md)
- [Product.SubscriptionInfo.Status](storekit/product/subscriptioninfo/status-swift.struct.md)
