<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "applicensedeliverysdk",
  "identifier" : "/documentation/AppLicenseDeliverySDK/ALDProvider",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "App License Delivery SDK"
    ],
    "preciseIdentifier" : "s:3ALD11ALDProviderC"
  },
  "title" : "ALDProvider"
}
-->

# ALDProvider

An object that creates a session with the alternative app marketplace’s signing assets.

```
class ALDProvider
```

## Topics

### Initializers

[`init(encryptionCert: [UInt8], signingCert: [UInt8], PASK: [UInt8], signingKey: [UInt8]?)`](/documentation/AppLicenseDeliverySDK/ALDProvider/init(encryptionCert:signingCert:PASK:signingKey:))

Initializes a provider with the marketplace’s App License Delivery assets and their unique signing key.

### Instance Methods

[`func createSession(clientRequest: [UInt8]) throws -> ALDSession`](/documentation/AppLicenseDeliverySDK/ALDProvider/createSession(clientRequest:))

Creates an ALD Session

---

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)