<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/SKCloudServiceSetupOptionsKey",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "c:@T@SKCloudServiceSetupOptionsKey"
  },
  "title" : "SKCloudServiceSetupOptionsKey"
}
-->

# SKCloudServiceSetupOptionsKey

Keys to specify the types of setup options for a cloud service.

```
struct SKCloudServiceSetupOptionsKey
```

## Topics

### Initializing

[`init(rawValue:)`](/documentation/StoreKit/SKCloudServiceSetupOptionsKey/init(rawValue:))

Initializes a cloud service setup options key based on the provided raw value.

### Indicating Setup Options

[`action`](/documentation/StoreKit/SKCloudServiceSetupOptionsKey/action)

A key that specifies the action for a setup entry point.

[`SKCloudServiceSetupAction`](/documentation/StoreKit/SKCloudServiceSetupAction)

A string used to specify the type of setup action to offer for a cloud service.

[`iTunesItemIdentifier`](/documentation/StoreKit/SKCloudServiceSetupOptionsKey/iTunesItemIdentifier)

A key that specifies the iTunes Store item that the user is trying to access through the service.

[`affiliateToken`](/documentation/StoreKit/SKCloudServiceSetupOptionsKey/affiliateToken)

A key that specifies the iTunes Store affiliate token.

[`campaignToken`](/documentation/StoreKit/SKCloudServiceSetupOptionsKey/campaignToken)

A key that specifies the iTunes Store affiliate campaign token.

[`messageIdentifier`](/documentation/StoreKit/SKCloudServiceSetupOptionsKey/messageIdentifier)

A key that is used to select the main message presented to the user for this setup view.

[`SKCloudServiceSetupMessageIdentifier`](/documentation/StoreKit/SKCloudServiceSetupMessageIdentifier)

Identifiers for the available messages the setup view can present to the user.



---

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)