<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/Product/SubscriptionInfo/Status-swift.struct",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "s:8StoreKit7ProductV16SubscriptionInfoV6StatusV"
  },
  "title" : "Product.SubscriptionInfo.Status"
}
-->

# Product.SubscriptionInfo.Status

The renewal status information for an auto-renewable subscription.

```
struct Status
```

## Overview

The subscription status provides renewal information signed by the App Store for subscriptions that a customer purchases.

## Topics

### Monitoring subscription status changes

[`static var updates: Product.SubscriptionInfo.Status.Statuses`](/documentation/StoreKit/Product/SubscriptionInfo/Status-swift.struct/updates)

The asynchronous sequence that emits status information when a subscription’s status changes.

[`static var all: AsyncStream<(groupID: String, statuses: [Product.SubscriptionInfo.Status])>`](/documentation/StoreKit/Product/SubscriptionInfo/Status-swift.struct/all)

[`struct Statuses`](/documentation/StoreKit/Product/SubscriptionInfo/Status-swift.struct/Statuses)

An asynchronous sequence that listens for new subscription status information.

### Getting subscription status information

[`let state: Product.SubscriptionInfo.RenewalState`](/documentation/StoreKit/Product/SubscriptionInfo/Status-swift.struct/state)

The renewal state of the auto-renewable subscription.

[`let renewalInfo: VerificationResult<Product.SubscriptionInfo.RenewalInfo>`](/documentation/StoreKit/Product/SubscriptionInfo/Status-swift.struct/renewalInfo)

The signed renewal information for the auto-renewable subscription.

[`let transaction: VerificationResult<Transaction>`](/documentation/StoreKit/Product/SubscriptionInfo/Status-swift.struct/transaction)

The latest transaction for the subscription group.

[`struct RenewalInfo`](/documentation/StoreKit/Product/SubscriptionInfo/RenewalInfo)

The renewal information for an auto-renewable subscription.

[`struct RenewalState`](/documentation/StoreKit/Product/SubscriptionInfo/RenewalState)

The renewal states of auto-renewable subscriptions.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)