requestNeedsUserApproval(_:)
Tells the delegate that the user must grant approval before the manager can activate the extension.
Declaration
func requestNeedsUserApproval(_ request: OSSystemExtensionRequest)Discussion
Activating an extension may require explicit user approval to proceed. For example, this occurs when the user hasn’t approved the extension. The manager calls this method to notify the delegate. Activation remains pending until the user grants or denies permission, or until the app quits.