<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKAddPassesViewController/canAddPasses()",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKAddPassesViewController(cm)canAddPasses"
  },
  "title" : "canAddPasses()"
}
-->

# canAddPasses()

Returns a Boolean value that indicates whether the device supports adding passes.

```
class func canAddPasses() -> Bool
```

## Return Value

<doc://com.apple.documentation/documentation/Swift/true> if the device supports adding passes; otherwise, <doc://com.apple.documentation/documentation/Swift/false>.

## See Also

  [Wallet Developer Guide](https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/PassKit_PG/index.html#//apple_ref/doc/uid/TP40012195)

[`isPassLibraryAvailable()`](/documentation/PassKit/PKPassLibrary/isPassLibraryAvailable())

Returns a Boolean value that indicates whether the pass library is available.

[`PKPassLibrary`](/documentation/PassKit/PKPassLibrary)

Provides an interface to the user’s library of passes.



---

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)