<!--
{
  "availability" : [
    "iOS: 26.2.0 -",
    "iPadOS: 26.2.0 -",
    "visionOS: 26.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PermissionKit",
  "identifier" : "/documentation/PermissionKit/AskCenter/ask(_:in:)-8ks48",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "PermissionKit",
      "UIKit"
    ],
    "preciseIdentifier" : "s:13PermissionKit9AskCenterC01_aB6_UIKitE3ask_2inyAA0A8QuestionCyAA25SignificantAppUpdateTopicVG_So16UIViewControllerCtYaKF"
  },
  "title" : "ask(_:in:)"
}
-->

# ask(_:in:)

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

```
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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)