<!--
{
  "availability" : [
    "macOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PermissionKit",
  "identifier" : "/documentation/PermissionKit/AskCenter/askSignificantChangePermission(for:permissionFlow:in:)-85gmn",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "PermissionKit",
      "AppKit"
    ],
    "preciseIdentifier" : "s:13PermissionKit9AskCenterC01_ab4_AppB0E020askSignificantChangeA03for14permissionFlow2inAA0A6ResultOAA0A8QuestionCyAA0gE11UpdateTopicVG_AA0aK0OSo8NSWindowCtYaKF"
  },
  "title" : "askSignificantChangePermission(for:permissionFlow:in:)"
}
-->

# askSignificantChangePermission(for:permissionFlow:in:)

Tells the system to request that the user send the significant app update permission question to the
user’s parent/s and/or guardian/s using the specified permission flow. Throws an error if the system
was unable to request the user to send the question.

```
@MainActor final func askSignificantChangePermission(for question: PermissionQuestion<SignificantAppUpdateTopic>, permissionFlow: PermissionFlow, in window: NSWindow) async throws -> PermissionResult
```

## Parameters

`question`

The question that the system requests the child send.

`permissionFlow`

The permission flow to present.

`window`

The window to anchor and present system UI off of.

## Return Value

The user’s resolved action — `.askToApprove(didSend:)`, `.approveInPerson(approved:)`, or `.cancel`.

---

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)