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

# alternativeDistributionPackage

A URL to the app’s assembled alternative distribution package.

```
let alternativeDistributionPackage: URL
```

## Discussion

You ingest an available app’s alternative distribution package from App Store Connect in advance, then set this URL to the location that you store the alternative distribution package on your server.

For more information, see [Ingesting an alternative distribution package](/documentation/marketplacekit/ingesting-an-alternative-distribution-package).

---

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)