---
title: current
framework: marketplacekit
role: symbol
role_heading: Type Property
path: marketplacekit/appdistributor/current
---

# current

The source from which the app installs.

## Declaration

```swift
static var current: AppDistributor { get async throws }
```

## Mentioned in

Distributing your app on an alternative app marketplace Distributing your app from your website

## Discussion

Discussion iOS sets the value of this property to an AppDistributor enumeration case that describes the running app’s manner of distribution. If your app installs from more than one source, you can implement conditional code to do something different based on the value of this property at runtime, for example, your app can display a different graphic. For more information, see Distributing your app on an alternative app marketplace.
