macos, my networkextension api started incorrectly

I am making an application related to networkextension for distribution outside the appstore. First, my application has been notarized and can be installed normally. But after installing and running, start the VPN-related api(open func saveToPreferences(completionHandler: ((Error?)) -> Void)? = nil)) cannot be tuned up. Excuse me, what is the reason for this?

To be clear, we only support Developer ID distribution for NE providers packaged in a system extension. See TN3134 Network Extension provider deployment for more on that.

And, when you try to distribute a Developer ID signed NE sysex, it’s likely you’ll run into the issue discussed in Exporting a Developer ID Network Extension.

Share and Enjoy

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

macos, my networkextension api started incorrectly
 
 
Q