App Network Extension on mac?

Why does my app network extension prompt me not SystemExtensions when it starts?

My APP used to be APP Network Extension and it works normally.
Later, I transformed APP Network Extension into system Network Extension, but it didn't work.
Now, I want to change the system Network Extension to the original APP Network Extension, but when I start the APP, a prompt box "filter network content" will always pop up, and the log shows "does not have a SystemExtensions directory". My entitlements have removed the system extension configuration.

I changed a bundle id with the same result.
Why is this so? What configuration needs to be deleted on mac?


Current bundle (/Users/30san/Library/Developer/Xcode/DerivedData/OneNet-fajxfoupwshhplamczdiggjeitko/Build/Products/Debug/SecPortalMac.app) does not have a SystemExtensions directory




If you are installing a network configuration you will receive the "filter network content" prompt so the user is aware of this action. As far as the NE systex, try to see if it is still installed on the device using % systemextensionsctl list and then if it is, try using systemextensionsctl uninstall and then rebooting to see if it resolves the issue.


Matt Eaton
DTS Engineering, CoreOS
meaton3@apple.com
Thank you for answering my question!

I have already tried the method you mentioned, and it still has the same effect. I am just wondering, why does the system still think that I am an extension of the system?
You mentioned that you changed the bundle id, did you also removed the com.apple.developer.system-extension.install entitlement on the container app?


Matt Eaton
DTS Engineering, CoreOS
meaton3@apple.com
Matt, is there a way to suppress the prompt in managed mode during installation?

is there a way to suppress the prompt in managed mode during
installation?

Check out the following configuration profile payloads:
Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"
App Network Extension on mac?
 
 
Q