What's New / App Services, Foundation & Diagnostics

What's new in ManagedAppDistribution

+1 New~1 DeprecatediOS · macOS · visionOS

ManagedAppDistribution provides APIs for apps distributed and managed by an organization's MDM. The ManagedApp type exposes per-app distribution metadata, including its license agreement.

One added API and one deprecation. ManagedApp.licenseAgreementText is added, and ManagedApp.licenseAgreement is deprecated in favor of it. No removals in this SDK.

New

1
var

ManagedApp.licenseAgreementText

NewiOSmacOS
public var licenseAgreementText: AttributedString? { get async }

Deprecated

1
var

ManagedApp.licenseAgreement

DeprecatediOSmacOSvisionOS
public var licenseAgreement: URL? { get }
DeprecatedUse licenseAgreementText instead.

The app's license agreement URL.

No APIs match your filter.

← More in App Services, Foundation & Diagnostics