<!--
{
  "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/RenewalInfo/isInBillingRetry",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "s:8StoreKit7ProductV16SubscriptionInfoV07RenewalE0V16isInBillingRetrySbvp"
  },
  "title" : "isInBillingRetry"
}
-->

# isInBillingRetry

A Boolean value that indicates whether an auto-renewable subscription is in the billing retry period.

```
let isInBillingRetry: Bool
```

## Discussion

This field indicates whether Apple is attempting to automatically renew an expired subscription. If a subscription expires due to a billing issue, a value of `true` indicates that Apple is still trying to renew the subscription. If the subscription is in a billing grace period, the optional [`gracePeriodExpirationDate`](/documentation/StoreKit/Product/SubscriptionInfo/RenewalInfo/gracePeriodExpirationDate) contains a date.

Use the [`isInBillingRetry`](/documentation/StoreKit/Product/SubscriptionInfo/RenewalInfo/isInBillingRetry) value along with [`expirationReason`](/documentation/StoreKit/Product/SubscriptionInfo/RenewalInfo/expirationReason-swift.property) for more insight, as the following table shows:

|Values                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |Description                                                                                                                                                                                                                                             |
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|``doc://com.apple.storekit/documentation/StoreKit/Product/SubscriptionInfo/RenewalInfo/isInBillingRetry`` is `false,` ![](spacer)  ``doc://com.apple.storekit/documentation/StoreKit/Product/SubscriptionInfo/RenewalInfo/expirationReason-swift.property`` is `nil`                                                                                                                                                                                                                                                                       |The auto-renewable subscription is active and not in a billing retry period.  ![](spacer) The subscription is entitled to service.                                                                                                                      |
|``doc://com.apple.storekit/documentation/StoreKit/Product/SubscriptionInfo/RenewalInfo/isInBillingRetry`` is `true,` ![](spacer) ``doc://com.apple.storekit/documentation/StoreKit/Product/SubscriptionInfo/RenewalInfo/expirationReason-swift.property`` is ``doc://com.apple.storekit/documentation/StoreKit/Product/SubscriptionInfo/RenewalInfo/ExpirationReason-swift.struct/billingError``, ![](spacer) ``doc://com.apple.storekit/documentation/StoreKit/Product/SubscriptionInfo/RenewalInfo/gracePeriodExpirationDate`` has a date|The auto-renewable subscription is in a billing grace period.  ![](spacer) The subscription is entitled to service until the date in ``doc://com.apple.storekit/documentation/StoreKit/Product/SubscriptionInfo/RenewalInfo/gracePeriodExpirationDate``.|
|``doc://com.apple.storekit/documentation/StoreKit/Product/SubscriptionInfo/RenewalInfo/isInBillingRetry`` is `true,` ![](spacer) ``doc://com.apple.storekit/documentation/StoreKit/Product/SubscriptionInfo/RenewalInfo/expirationReason-swift.property`` is ``doc://com.apple.storekit/documentation/StoreKit/Product/SubscriptionInfo/RenewalInfo/ExpirationReason-swift.struct/billingError``, ![](spacer) ``doc://com.apple.storekit/documentation/StoreKit/Product/SubscriptionInfo/RenewalInfo/gracePeriodExpirationDate`` is `nil`  |The auto-renewable subscription is in a billing retry period.  ![](spacer) The subscription is not entitled to service.                                                                                                                                 |
|``doc://com.apple.storekit/documentation/StoreKit/Product/SubscriptionInfo/RenewalInfo/isInBillingRetry`` is `false,`  ![](spacer) ``doc://com.apple.storekit/documentation/StoreKit/Product/SubscriptionInfo/RenewalInfo/expirationReason-swift.property`` is ``doc://com.apple.storekit/documentation/StoreKit/Product/SubscriptionInfo/RenewalInfo/ExpirationReason-swift.struct/billingError``                                                                                                                                         |The auto-renewable subscription expired and billing retry wasn’t able to recover the subscription. ![](spacer) The subscription is not entitled to service.                                                                                             |

---

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)