Endpoint Security demo app does not work

Hi all,

I am trying to build endpoint security demo app, so far, I have been granted access to, the ES entitlement, and I enabled it, the app runs without error, when I run the app, it says "Successfully installed the extension" I granted full disk access to the extension and the app,

but when I use "sudo launchctl list 3FB5******.com.example.apple-samplecode.SampleEndpointApp.Extension" Could not find service "3FB5******.com.example.apple-samplecode.SampleEndpointApp.Extension" in domain for system

even though app runs without error, "auth_demo" function such as prevent opening textedit does not work.

can I get any help from here?

thanks!

  • sudo launchctl list | grep SampleEndpointApp finds nothing too

Add a Comment

Accepted Reply

    • 3FB5****** com.example.apple-samplecode.SampleEndpointApp.Extension (1.0/1) Extension [activated enabled]

Replies

What does systemextensionsctl list show?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

    • 3FB5****** com.example.apple-samplecode.SampleEndpointApp.Extension (1.0/1) Extension [activated enabled]

Is the extension process running?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

  • How can I know if the extension process is running or not?

Add a Comment