<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PermissionKit",
  "identifier" : "/documentation/PermissionKit/AskCenter/askSignificantChangePermission(for:permissionFlow:in:)-nm9w",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "PermissionKit",
      "UIKit"
    ],
    "preciseIdentifier" : "s:13PermissionKit9AskCenterC01_aB6_UIKitE020askSignificantChangeA03for14permissionFlow2inAA0A6ResultOAA0A8QuestionCyAA0G14AppUpdateTopicVG_AA0aK0OSo16UIViewControllerCtYaKF"
  },
  "title" : "askSignificantChangePermission(for:permissionFlow:in:)"
}
-->

# askSignificantChangePermission(for:permissionFlow:in:)

Requests that a child send the significant app update permission question to their parent or guardian using the specified permission flow.

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

## Parameters

`question`

The question that the system requests the child send.

`permissionFlow`

The permission flow to present.

`viewController`

The view controller to which to anchor and present system UI.

## Return Value

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

## Discussion

Throws an error if the system can’t request a child to send the permission 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)