---
title: SKProductStorePromotionController
framework: storekit
role: symbol
role_heading: Class
path: storekit/skproductstorepromotioncontroller
---

# SKProductStorePromotionController

A product promotion controller for customizing the order and visibility of In-App Purchases per device.

## Declaration

```swift
class SKProductStorePromotionController
```

## Mentioned in

Promoting In-App Purchases

## Overview

Overview For information about promoting In-App Purchases, see Promoting In-App Purchases. note: SKProductStorePromotionController and promoted In-App Purchases aren’t available to compatible iPad and iPhone apps running in visionOS.

## Topics

### Managing promoted product order

- [fetchStorePromotionOrder(completionHandler:)](storekit/skproductstorepromotioncontroller/fetchstorepromotionorder(completionhandler:).md)
- [update(storePromotionOrder:completionHandler:)](storekit/skproductstorepromotioncontroller/update(storepromotionorder:completionhandler:).md)

### Managing promoted product visibility

- [fetchStorePromotionVisibility(for:completionHandler:)](storekit/skproductstorepromotioncontroller/fetchstorepromotionvisibility(for:completionhandler:).md)
- [update(storePromotionVisibility:for:completionHandler:)](storekit/skproductstorepromotioncontroller/update(storepromotionvisibility:for:completionhandler:).md)
- [SKProductStorePromotionVisibility](storekit/skproductstorepromotionvisibility.md)

### Getting the controller

- [default()](storekit/skproductstorepromotioncontroller/default().md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Promotions

- [Promoting In-App Purchases](storekit/promoting-in-app-purchases.md)
- [Testing promoted In-App Purchases](storekit/testing-promoted-in-app-purchases.md)
