---
title: autoRenewStatus
framework: appstoreserverapi
role: symbol
role_heading: Type
path: appstoreserverapi/autorenewstatus
---

# autoRenewStatus

The renewal status for an auto-renewable subscription.

## Declaration

```data
int32 autoRenewStatus
```

## Possible Values

0: Automatic renewal is off. The customer has turned off automatic renewal for the subscription, and it won’t renew at the end of the current subscription period. 1: Automatic renewal is on. The subscription renews at the end of the current subscription period.

## See Also

### Subscription renewal and expiration

- [autoRenewProductId](appstoreserverapi/autorenewproductid.md)
- [billingPlanType](appstoreserverapi/billingplantype.md)
- [expirationIntent](appstoreserverapi/expirationintent.md)
- [expiresDate](appstoreserverapi/expiresdate.md)
- [isUpgraded](appstoreserverapi/isupgraded.md)
- [renewalBillingPlanType](appstoreserverapi/renewalbillingplantype.md)
- [renewalDate](appstoreserverapi/renewaldate.md)
- [renewalPrice](appstoreserverapi/renewalprice.md)
- [status](appstoreserverapi/status.md)
