Contents

ActionButton

A user-interface element that enables a person to install, update, or launch apps by tapping the element.

Declaration

@MainActor @objc @preconcurrency class ActionButton

Mentioned in

Overview

iOS doesn’t allow an app marketplace to install apps without a person’s consent. When iOS receives a request to install an app, it validates that request came from a user interaction with this button. If instead, a marketplace calls the AppLibrary installation methods directly, the call may fail.

Topics

Initializers

Instance Properties

Enumerations

See Also

App distribution UI