<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "marketplacekit",
  "identifier" : "/documentation/MarketplaceKit/BatchInstallConfirmationResult",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "MarketplaceKit",
      "UIKit"
    ],
    "preciseIdentifier" : "s:21_MarketplaceKit_UIKit30BatchInstallConfirmationResultO"
  },
  "title" : "BatchInstallConfirmationResult"
}
-->

# BatchInstallConfirmationResult

Options that indicate whether the installation of multiple apps proceeds when a person interacts with an app installation button.

```
enum BatchInstallConfirmationResult
```

## Overview

The [`BatchInstallConfiguration`](/documentation/MarketplaceKit/BatchInstallConfiguration) initializer [`init(installs:confirmInstall:)`](/documentation/MarketplaceKit/BatchInstallConfiguration/init(installs:confirmInstall:))  takes a closure as a parameter that returns a case of this enumeration.

Your marketplace app supplies code in the closure that facilitates any prerequisites a person needs to satisfy to download the apps, such as completing a payment flow. The result of the prerequisites flow helps you determine the case to return, ([`BatchInstallConfirmationResult.cancel`](/documentation/MarketplaceKit/BatchInstallConfirmationResult/cancel) or [`BatchInstallConfirmationResult.confirmed(installVerificationTokens:authenticationContext:)`](/documentation/MarketplaceKit/BatchInstallConfirmationResult/confirmed(installVerificationTokens:authenticationContext:)).

## Topics

### Enumeration Cases

[`case cancel`](/documentation/MarketplaceKit/BatchInstallConfirmationResult/cancel)

[`case confirmed(installVerificationTokens: [AppleItemID : String], authenticationContext: LAContext?)`](/documentation/MarketplaceKit/BatchInstallConfirmationResult/confirmed(installVerificationTokens:authenticationContext:))

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

---

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)