Contents

current

The source from which the app installs.

Declaration

static var current: AppDistributor { get async throws }

Mentioned in

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.