var
NewiOSmacOS
ManagedApp.licenseAgreementText
NewiOSmacOSpublic var licenseAgreementText: AttributedString? { get async }What's New / App Services, Foundation & Diagnostics
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.
ManagedApp.licenseAgreementTextpublic var licenseAgreementText: AttributedString? { get async }ManagedApp.licenseAgreementpublic var licenseAgreement: URL? { get }The app's license agreement URL.
No APIs match your filter.