<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: -"
  ],
  "documentType" : "symbol",
  "framework" : "AdAttributionKit",
  "identifier" : "/documentation/AdAttributionKit/AppImpression/isSupported",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AdAttributionKit"
    ],
    "preciseIdentifier" : "s:16AdAttributionKit13AppImpressionV11isSupportedSbvpZ"
  },
  "title" : "isSupported"
}
-->

# isSupported

A Boolean value that indicates whether the framework supports app impressions on a person’s device.

```
static var isSupported: Bool { get }
```

## Return Value

`true` if the current device supports app impressions; otherwise, `false`.

## Discussion

Check this value to ensure the current device supports app impressions before calling methods on an `AppImpression`.

---

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)