<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -"
  ],
  "documentType" : "symbol",
  "framework" : "iAd",
  "identifier" : "/documentation/iAd/ADClient",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "iAd"
    ],
    "preciseIdentifier" : "c:objc(cs)ADClient"
  },
  "title" : "ADClient"
}
-->

# ADClient

The parent class you use to request an attribution response.

```
@interface ADClient : NSObject
```

## Overview

To use this class, fetch the shared client object, `shared()`. Then call its `requestAttributionDetails(_:)` method, passing in a block to be called with the result.

## Topics

### Fetching a Shared Client Object

### Requesting Ad Attribution

### Instance Methods

## Relationships

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)