<!--
{
  "availability" : [
    "iOS: 10.1.0 - 18.0.0",
    "iPadOS: 10.1.0 - 18.0.0",
    "macCatalyst: 13.1.0 - 18.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/SKCloudServiceSetupViewControllerDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "c:objc(pl)SKCloudServiceSetupViewControllerDelegate"
  },
  "title" : "SKCloudServiceSetupViewControllerDelegate"
}
-->

# SKCloudServiceSetupViewControllerDelegate

A protocol that defines the methods a cloud service setup view controller can use to get the status of the view, including when it is dismissed.

```
protocol SKCloudServiceSetupViewControllerDelegate : NSObjectProtocol
```

## Topics

### Receiving Notification of Dismissal

[`cloudServiceSetupViewControllerDidDismiss(_:)`](/documentation/StoreKit/SKCloudServiceSetupViewControllerDelegate/cloudServiceSetupViewControllerDidDismiss(_:))

Tells the delegate that the cloud service setup view controller was dismissed.



---

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)