---
title: MarketplaceKitURIScheme
framework: marketplacekit
role: symbol
role_heading: Global Variable
path: marketplacekit/marketplacekiturischeme
---

# MarketplaceKitURIScheme

A URI scheme that defines an alternative distribution app installation link.

## Declaration

```swift
let MarketplaceKitURIScheme: String
```

## Mentioned in

Installing your app from your website Enabling alternative distribution app installation in a browser Distributing your app from your website Installing apps from an alternative marketplace Ingesting an alternative distribution package

## Discussion

Discussion This installation scheme defines how your webpage requests the installation of your app. For example, assign a URL with the following scheme to a Download button on your page: marketplace-kit://install     ?alternativeDistributionPackage=<url>     &installVerificationToken=<install verification token>         &token=<authentication token>     &account=<user id>     &appShareURL=<URL>; The URL parameters are:  |   |   |   |   |   |  Web browsers recognize the scheme and hand off the installation request to MarketplaceKit. For more information, see Installing your app from your website. Setting the alternative distribution package parameter The fully qualified domain in the alternateDistributionPackage value needs to match the fully qualified domain of the referrer, that is, the page that contains the marketplace-kit:// link. This domain also needs to match the domain you supply to App Store Connect. For more information, see Alternative Distribution Domains. For example: note: To allow installation, the web browser also needs to support the app installation URL scheme. If you develop a browser app, see Enabling alternative distribution app installation in a browser for more information.

## See Also

### App management

- [AppLibrary](marketplacekit/applibrary.md)
- [AppVersion](marketplacekit/appversion.md)
- [AutomaticUpdate](marketplacekit/automaticupdate.md)
- [InstallRequirements](marketplacekit/installrequirements.md)
- [AppleItemID](marketplacekit/appleitemid.md)
- [AppleVersionID](marketplacekit/appleversionid.md)
- [RequestAppDeletionAction](marketplacekit/requestappdeletionaction.md)
