---
title: dependentSKUs
framework: storekit
role: symbol
role_heading: Instance Property
path: storekit/product/subscriptioninfo/renewalinfo/advancedcommerceinfo-swift.struct/item/priceincreaseinfo-swift.struct/dependentskus
---

# dependentSKUs

An array of one or more SKUs on which the current subscription offer depends.

## Declaration

```swift
let dependentSKUs: [String]
```

## Discussion

Discussion You can provide a list of SKUs and create a contingency scenario in which a person’s refusal to agree to a price increase results in the App Store canceling other, bundled services (the dependent SKUs). If the price increase requires a personʼs consent, and they don’t consent but instead cancel the subscription in the Manage Subscriptions view, the App Store cancels the dependent SKUs. important: You can’t create chains of dependent SKUs; for example, if SKU A has a dependent SKU B, B can’t have its own dependent SKU, C. However, B can have its own price increase.

## See Also

### Information about a price increase

- [price](storekit/product/subscriptioninfo/renewalinfo/advancedcommerceinfo-swift.struct/item/priceincreaseinfo-swift.struct/price.md)
- [status](storekit/product/subscriptioninfo/renewalinfo/advancedcommerceinfo-swift.struct/item/priceincreaseinfo-swift.struct/status-swift.property.md)
