Contents

availableApps

The current managed apps available to this device.

Declaration

final var availableApps: ManagedAppLibrary.ManagedApps { get }

Discussion

The current managed apps are of type Result<[ManagedApp], ManagedAppDistributionError>. Use an asynchronous for loop to update your views when the current managed apps change. If the device can’t retrieve the metadata for the apps, fetching the list of managed apps fails with ManagedAppDistributionError.networkError. An example of this failure is if the device is offline.

See Also

Obtaining library information