Contents

ask(_:in:)

Tells the system to request that a person send the the significant app update permission question to their parent or guardian.

Declaration

final func ask(_ question: PermissionQuestion<SignificantAppUpdateTopic>, in viewController: UIViewController) async throws

Parameters

  • question:

    The question that the system requests the person send.

  • window:

    The window to which you anchor and present system UI.

Overview

Throws an error if the system is unable to request to send the question.

See Also

Making permission requests