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

# PKAddPassesViewController

Lets your app show a pass and prompt the user to add that pass to the pass library.

```
class PKAddPassesViewController
```

## Overview

To add multiple passes without presenting this view controller multiple times, use the [`addPasses(_:withCompletionHandler:)`](/documentation/PassKit/PKPassLibrary/addPasses(_:withCompletionHandler:)) method of [`PKPassLibrary`](/documentation/PassKit/PKPassLibrary).

## Topics

### Determining if the device supports adding passes

[`canAddPasses()`](/documentation/PassKit/PKAddPassesViewController/canAddPasses())

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

### Creating an add-passes view controller

[`init(pass:)`](/documentation/PassKit/PKAddPassesViewController/init(pass:))

Initializes and returns a newly created add-passes view controller with a single pass.

[`init(passes:)`](/documentation/PassKit/PKAddPassesViewController/init(passes:))

Initializes and returns a newly created add-passes view controller with an array of passes.

[`init(issuerData:signature:)`](/documentation/PassKit/PKAddPassesViewController/init(issuerData:signature:))

Initializes and returns a new add-passes view controller with the issuer data, and signature you provide.

### Adding passes

[`delegate`](/documentation/PassKit/PKAddPassesViewController/delegate)

The view controller’s delegate.

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

Methods that an add-passes view controller’s delegate implements.



---

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)