DriverKit: Check that driver is enabled on iPadOS

Apple Docs mentions that driver should be approved(enabled) in Settings app.

I wonder is there any API available to check that driver is not enabled?

To my mind, App with driver should have a following flow:

  1. Run App
  2. Check that driver is(not) enabled
  3. Display message(alert) and ask to enable driver in Settings. Optionally: provide shortcut to exact Settings page

Unfortunately, it's not obvious how to check that driver is enabled.

Replies

Submitted request in Feedback Assistance: FB11774768

Was there any follow-up to this feedback? I've been trying to get this exact flow working; I've tried with the NSUserDefaults like with the regular Settings.bundle, but that doesn't work